Skip to content

digidem/release-automations-expo

 
 

Repository files navigation

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 (/).

About

Basic Expo application using release automations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.7%
  • TypeScript 33.3%