What problem does it solve? Building performant and maintainable React Native apps requires navigating many decisions around project structure, list rendering, secure storage, navigation typing, and state management, and mistakes in these areas cause slow UIs and security issues. ## Core Features & Use Cases - Performance Optimization: Provides FlatList tuning patterns (windowSize, getItemLayout, memoization) and recommends FlashList, expo-image caching, and the Hermes engine. - Architecture Guidance: Defines a standard src/ project structure with typed React Navigation, Zustand state with persistence, and platform-specific file conventions. - Secure Storage: Shows how to replace insecure AsyncStorage with expo-secure-store for tokens and credentials. - Use Case: When building a cross-platform mobile app with Expo, use this Skill to scaffold the folder structure, configure typed navigation, and optimize list rendering before release. ## Quick Start Use the mobile React Native skill to review my Expo app's FlatList performance and set up secure token storage with Zustand state management.