What problem does it solve?
Building cross-platform mobile interfaces that feel native is complex and error-prone; this Skill consolidates proven styling patterns, navigation setups, gesture integrations, and Reanimated animation techniques to reduce implementation time and avoid common performance pitfalls.
Core Features & Use Cases
- Styling & Theming: Opinionated StyleSheet patterns, theme provider examples, responsive scaling, and cross-platform shadow/font handling to create consistent UIs.
- Navigation Patterns: Type-safe React Navigation setups (stack, tabs, drawer), deep linking, custom headers, and navigation state persistence for robust app flows.
- Animations & Gestures: Reanimated 3 examples (shared values, worklets, layout animations) and Gesture Handler compositions for draggable cards, swipe-to-action, bottom sheets, and staggered lists.
- Use Case: Implement a mobile feed with shared element transitions, animated card interactions, and a responsive bottom sheet while keeping 60fps performance on real devices.
Quick Start
Create a responsive React Native screen using React Navigation, apply the theme and StyleSheet patterns, and add a Reanimated 3 draggable card with Gesture Handler using the provided patterns.