react-native-expo-development
CommunityBuild Expo apps with production patterns.
Authorkrzemienski
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Inconsistent package management, lack of best practices, and inefficient component development in React Native/Expo projects can lead to bugs and maintenance headaches. This Skill enforces robust workflows and production-grade patterns, saving development time and improving code quality.
Core Features & Use Cases
expo-mcpfor Package Management: Mandates usingexpo-mcpfor ALL package installations, ensuring compatibility, correct versioning, and automatic documentation.- Production-Grade Patterns: Guides on implementing UI (e.g.,
MessageBubble), list optimization (FlatList), state management (ZustandwithAsyncStorage), and optimistic UI for a high-quality app. - Testability by Design: Requires
testIDprops on all interactive elements, enabling seamless integration withexpo-mcpautonomous testing and reducing manual QA effort. - Use Case: Develop a new chat screen for your Expo mobile app, using
expo-mcpto add necessary libraries, implementing message bubbles withFlatListoptimizations, and ensuring all interactive elements havetestIDs for future automated testing.
Quick Start
Use the react-native-expo-development skill to add the zustand package and set up a persistent store using AsyncStorage.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: react-native-expo-development Download link: https://github.com/krzemienski/claude-mobile-expo/archive/main.zip#react-native-expo-development Please download this .zip file, extract it, and install it in the .claude/skills/ directory.