What problem does it solve?
Expo React Native apps often struggle to consistently integrate native iOS capabilities like camera access, push notifications, and device sensors across platforms and lifecycles. This Skill provides proven patterns and guidance to streamline these integrations in Expo.
Core Features & Use Cases
- Permissions Pattern: Always request and handle permissions before accessing native features.
- Camera & Image Picker: Capture or select photos with proper permission checks and UX flows.
- Push Notifications & Haptics: Set up notifications and tactile feedback for user engagement.
- Location & Storage: Access device location and persist data securely and locally.
- App State & Keyboard: Manage app lifecycle events and keyboard behavior to ensure smooth experiences.
- Common Issues: Quick troubleshooting tips for common native integration problems.
Quick Start
Install and configure the required Expo packages, then integrate the provided patterns into your React components to enable native features in your app.