- Install packages with
yarn
ornpm install
- Run
yarn prebuild
ornpm run prebuild
to start the bundler
NOTE:
Create alocal.properties
file in theandroid
folder 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 start
ornpm run start
and 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 ios
ornpm run ios
- Android:
yarn android
ornpm run android