Install dependencies.
npm i
Open sample.env, rename to .env and add the variables.
Run project in development mode.
npx expo run:android
# or
npx expo run:ios
Important
This requires a physical device.
Important
npx expo run:ios
requires a MacOS to compile IOS code.
Creates a build that will be similar to the real app experience.
npx expo run:android --variant release
This solves the issue of running npx expo run:android --variant release
and not building the most recent code in the project.
cd android
./gradlew clean
npx expo prebuild --clean
after this run npx expo run:android --variant release
again.
Note
This does not have more use for this project.
npx expo start --no-dev --minify
Upgrade expo version.
npm install expo@latest
npx expo install --fix
Run eslint on project.
npx eslint .
npx expo-doctor
eas build:version:set
eas build:version:sync
eas build --platform android