- Install Node.js https://nodejs.org/en/download
- Install dependencies from the root of the project
npm install
- Make sure your Android Studio is closed before doing this. From the root of the git project, open Android Studio via terminal
so it inherits your Node install:
open -a "Android Studio" example/android - Navigate to the example app:
cd example - Install dependencies from the root of this example project
npm install
- Start the Expo development server (keep this terminal open):
npx expo start - In Android Studio, run the example app as a regular Android project.
Important
Whatever you do, do not use "Expo Go"
- If you use Proxyman, make sure it's correctly setup because if the api calls do not work they app won't be able to run correctly at all when you try to build it on the emulator.