Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.3 KB

README.md

File metadata and controls

19 lines (11 loc) · 1.3 KB

Release Automations with Expo

Sandbox repo for getting https://github.com/digidem/release-automations to work with Expo App Services.

Working locally

Ensure you have a relevant NodeJS version installed. After cloning the repo:

  1. Run npm run prebuild to generate native directories.
  2. Run npm start to start the development server
  3. Run npm run android to build the dev client for running the Android application.

Repository setup

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 like https://expo.dev/accounts/<account_name>/projects/<project_name>). It should NOT include the forward slash at the end (/).