A brief description of what this project does.
- Node.js (LTS version recommended)
- Expo CLI (install globally with npm)
- Android Studio with Android SDK and an AVD (Android Virtual Device) properly configured
- A physical Android device with USB debugging enabled (optional, if testing on real hardware)
- Java Development Kit (for Android build tools)
- Ensure environment variables for Android SDK are correctly set
npm install
npx expo start
After running the above command:
- The development server will start, and you'll see a QR code inside the terminal window.
- press
a
in the terminal or scan the QR code to open the app on device/simulator.
npx expo run:android