What problem does it solve? Building production React Native and Expo apps requires choosing the right libraries and patterns across navigation, state management, animations, networking, performance, and deployment, and outdated or deprecated APIs often lead to bugs and rework. ## Core Features & Use Cases - Component and Library Guidance: Opinionated preferences such as FlashList over FlatList, expo-image over RN Image, and Reanimated 3 over the legacy Animated API. - Full Development Lifecycle References: Eleven reference files covering navigation, styling, forms, networking, state management, performance, testing, native capabilities, and engineering practices like EAS builds and CI/CD. - Use Case: When adding a long scrolling product list to an Expo app, consult the performance and components references to implement FlashList with memoized items and estimatedItemSize, avoiding scroll jank from the start. ## Quick Start Ask the assistant to scaffold a new Expo app with file-based routing, tab navigation, and a FlashList-based screen following the react-native-dev guidelines.