What problem does it solve? Building cross-platform mobile apps requires mastering React Native styling, type-safe navigation, and performant animations, which involves scattered documentation and platform-specific quirks. This Skill consolidates proven patterns for StyleSheet, React Navigation 6+, and Reanimated 3 into ready-to-use TypeScript examples. ## Core Features & Use Cases - Styling & Theming: StyleSheet patterns, theme context with light/dark modes, responsive breakpoints, cross-platform shadows, and reusable typography and button components. - Navigation: Type-safe stack, tab, and drawer navigators, deep linking configuration, auth flow routing, and navigation state persistence. - Animations & Gestures: Reanimated 3 shared values, gesture handler integration (pan, pinch, tap), layout animations, swipeable cards, and bottom sheets running on the UI thread. - Use Case: When building a mobile app screen with a collapsible header, tab navigation, and gesture-driven card interactions, apply the provided patterns directly instead of assembling them from multiple library docs. ## Quick Start Ask the AI to build a React Native screen with tab navigation and a spring-animated card component using Reanimated 3.