Creating Mobile Apps
Frameworks Available
React Native (Expo)
- Cross-platform (iOS + Android)
- JavaScript/TypeScript
- Large ecosystem
Flutter
- Cross-platform (iOS + Android + Web)
- Dart language
- Material Design built-in
How to Create
Specify mobile in your prompt:
- Create a React Native fitness app with workout tracking
- Build a Flutter e-commerce app with cart and checkout
Preview
Mobile apps preview in the browser using:
- Expo Snack (React Native)
- Zapp (Flutter)
Building for Stores
To publish to App Store or Play Store:
- Export code
- Set up developer accounts
- Build with Expo or Flutter CLI
- Submit to stores
Limitations
- Native device features may need manual code
- Store submission requires developer accounts
- Some native APIs not fully supported