Download the standalone app directly from Google Play Store:
You can install KalTrack in preview mode on both iOS and Android by:
- Download the Expo Go app from the App Store (iOS) or Google Play Store (Android)
- Scan the QR code below using the Expo Go app
- Follow the prompts to install and run the app
Note: The preview mode will run with limited functionality compared to the production version available on Google Play Store.
You can start developing by editing the files inside the app directory. This project uses file-based routing.
When you're ready, run:
npm run reset-projectThis command will move the starter code to the app-example directory and create a blank app directory where you can start developing.
To learn more about developing your project with Expo, look at the following resources:
- Expo documentation: Learn fundamentals, or go into advanced topics with our guides.
- Learn Expo tutorial: Follow a step-by-step tutorial where you'll create a project that runs on Android, iOS, and the web.
Join our community of developers creating universal apps.
- Expo on GitHub: View our open source platform and contribute.
- Discord community: Chat with Expo users and ask questions.
eas build -p android --profile production -> for production build (aab)
eas build -p android --profile androidapk -> development build (apk)
