Basic Prerequisites
You’ll need:- Node.js (LTS)
- macOS or Linux operating system
- Yarn package manager
Creating Your First App
- Create a new app using our template:
- Install dependencies:
- Generate native source code:
Setting Up Your Development Environment
Before running your app, you’ll need to set up your development environment. While we use Expo’s build tools, Divvi Mobile requires a native development environment (it cannot run in Expo Go). Follow Expo’s interactive setup guide: Set up your development environment → The guide will walk you through setting up:- iOS development environment (macOS only)
- Xcode and iOS Simulator
- Android development environment
- Android Studio, SDK, and Emulator
- Required tools and dependencies
Running Your App
Once your environment is set up, you can run your app: For iOS (macOS only):What’s Next?
- Learn how to configure your app
- Explore the architecture
- Browse the API reference
Need Help?
If you run into any issues or have questions:- Open an issue on our GitHub repository
- Join our community Discord server
- Coming soon: check our troubleshooting guide
Suggest changes to this pageLast updated: Mar 7, 2025, 5:23 PM