Creating Projects
Creating Mobile Apps
How to create mobile apps with VULK.
Creating Mobile Apps
Supported Frameworks
React Native (Expo)
Cross-platform apps for iOS and Android.
Flutter
Native-quality apps with Dart language.
How to Create
Simply mention "mobile app" in your prompt:
"Create a React Native app for a todo list with categories, due dates, and notifications"
Or specify Flutter:
"Create a Flutter e-commerce app with product grid, cart, and checkout"
Project Structure
React Native
app/
├── (tabs)/
│ ├── index.tsx
│ └── profile.tsx
├── _layout.tsx
└── components/Flutter
lib/
├── main.dart
├── screens/
├── widgets/
└── models/Preview
Mobile apps preview in a phone-sized frame in the browser.
Export Options
- Expo - Download and run with Expo Go
- Flutter - Download and build with Flutter SDK
Tips
- Be specific about screens needed
- Mention navigation style (tabs, drawer)
- Describe data and state management
- Request specific platform features
Limitations
- Native device features may need manual setup
- Push notifications require backend
- Some platform APIs not supported