What problem does it solve?
This Skill addresses the challenge of integrating React Native and Expo into existing native iOS or Android apps, enabling the development of cross-platform functionality without sacrificing the native app's capabilities.
Core Features & Use Cases
- Isolated vs Integrated Approach: Offers the flexibility to choose between embedding React Native and Expo as a separate module or integrating them directly into the native app's build process.
- Prebuilt Artifacts: Generates prebuilt AARs for Android and XCFrameworks for iOS, making it easy to incorporate React Native and Expo into the existing app's build pipeline.
- Use Case: For a team with a separate native and React Native development process, this Skill helps to streamline the workflow by providing a seamless way to incorporate React Native and Expo into the native app without the need for additional dependencies.
Quick Start
Run the 'expo-brownfield' skill with the 'integrate' command to embed React Native and Expo into your existing native app.