- Install packages with
yarnornpm install - Run
yarn prebuildornpm run prebuildto start the bundler
NOTE:
Create alocal.propertiesfile in theandroidfolder and add the following line:sdk.dir = PATH_TO_ANDROID_SDK
And also follow these instructions
If this is not done, the application will not launch on Android
If you wanna run the application on your physical device:
- Run
yarn startornpm run startand download the Expo Go client to the appropriate device- iOS: Client iOS
- Android: Client Android
If you wanna run the application on the simulator:
- iOS:
yarn iosornpm run ios - Android:
yarn androidornpm run android