Sandbox repo for getting https://github.com/digidem/release-automations to work with Expo App Services.
Ensure you have a relevant NodeJS version installed. After cloning the repo:
- Run
npm run prebuild
to generate native directories. - Run
npm start
to start the development server - Run
npm run android
to build the dev client for running the Android application.
Make sure you have the following set up for the GitHub repo:
-
Add a repository secret called
EXPO_TOKEN
. Refer to Expo's docs for generating the token. -
Add a repository variable called
EAS_PROJECT_URL
. This should point to the overview page for your project on Expo (something likehttps://expo.dev/accounts/<account_name>/projects/<project_name>
). It should NOT include the forward slash at the end (/
).