Handles the full React Native and Expo workflow from project setup through FlatList optimization and platform-specific code. You get TypeScript components with proper memo boundaries, navigation setup (Expo Router or React Navigation), and concrete fixes for Metro bundler crashes and native build failures. The code examples show real patterns like KeyboardAvoidingView forms and Platform.select for iOS/Android shadows. Includes references for common tasks like AsyncStorage hooks and deep linking. Most useful when you're building a production mobile app and need someone who knows that ScrollView kills performance on long lists and that Android back button handling isn't optional.
npx skills add https://github.com/jeffallan/claude-skills --skill react-native-expert