Skip to content

valora-inc/beefy

Repository files navigation

Running the app

  1. yarn to install dependencies.
  2. yarn prebuild to (re)generate native iOS and Android project files. Remember to always run this step when adding new dependencies with native modules.
  3. eas env:pull to pull environment variables from the eas server. If this is your first time you will need to setup eas
  4. yarn ios to run the app on iOS
  5. yarn android to run the app on Android.

Environment Variables

Manage all environment variables in the Expo Beefy Project

To pull the latest environment variables down to use in your local build run

eas env:pull

Creating a release

From GitHub

Add any tag and EAS will automatically start the release process.

From the EAS dashboard

Open the app dashboard in EAS and press "Build from GitHub". Learn more

Using EAS CLI

Prerequisite: install EAS CLI and login to EAS. Learn more

Trigger a release

eas build --auto-submit --profile production --platform all

Important

The CLI-triggered build uses the local project files. Ensure you have checked out the proper branch and it is in a good state for a build.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published