- Set up the development environment for your OS according to these instruction
- Prepare your Android device
- Instructions for using a physical device
- Create a new AVD or run an existing AVD
- Install dependencies with
yarn
- Run
npx react-native
start inside your React Native project folder. It starts Metro Bundler. - Open a new terminal inside your React Native project folder. Run the following:
npx react-native run-android
. If everything is set up correctly, you should see your app running on your Android device/emulator shortly. - If you can't get this to work, see the Troubleshooting page.
If you have problems with env variables, try to run application with reset cache:
yarn start --reset-cache