This is an Expo project created with create-expo-app
.
-
Install dependencies
npm install
-
Build the app
npm run ios && npm run android
-
Run the app
npm run start
npx eas-cli build --local --platform=android --profile=test
- For the profile flag see the available profiles in eas.json file
- platform could be android or ios