Your First Mobile App
Build native iOS and Android apps with IndigiCoder using React Native.
Requirements
Before building mobile apps, you'll need:
- Pro plan or higher — Free plan cannot build mobile apps
- GitHub account — Create one at github.com (free)
- Expo account — Create one at expo.dev (free)
Connect Your Accounts
Before your first build, connect both accounts in IndigiCoder:
- Go to Profile → Integrations
- Click "Connect GitHub" and authorize access
- Click "Connect Expo" and enter your Expo access token
Why GitHub? IndigiCoder creates a private GitHub repository for your app code, which is required for Expo builds. Your code stays private and secure.
Step-by-Step Guide
- Start a new project
- Describe your mobile appExample: "Create a task manager app with a list view, add task button, and swipe to delete"
- AI generates React Native code
- Preview in the browser (web preview of mobile)
- To build for iOS/Android:
- Connect your Expo account in Profile → Integrations
- Click "Build for Mobile"
- Select platform (iOS, Android, or both)
- Build runs on Expo's servers
- Download the app or scan QR code to install
Build Limits by Plan
| Plan | Builds per Month |
|---|---|
| Free | 0 (not available) |
| Pro | 100 |
| Business | 500 |
| Enterprise | Unlimited |
Building a Mobile App
Video coming soon