What problem does it solve?
This Skill provides guidance and tools for developing native modules and views for Expo apps, offering developers the capability to create custom, platform-specific features and integrate third-party libraries.
Core Features & Use Cases
- Native Module Creation: Step-by-step instructions for building native modules using Swift, Kotlin, and TypeScript.
- Module Extensibility: Guide on adding support for additional platforms to existing modules.
- Config Plugins: Documentation on creating config plugins to customize native Android and iOS projects.
- Use Case: If you need to add a camera module to your Expo app, this Skill explains how to create the native module, integrate it with Expo, and handle various lifecycle events.
Quick Start
Scaffold a new native module for your Expo app using the command: create-expo-module new-module --platform ios android.