https://github.com/expo/eas-custom-builds-example
https://github.com/expo/eas-custom-builds-example
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/expo/eas-custom-builds-example
- Owner: expo
- Created: 2023-02-23T09:15:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T20:40:11.000Z (over 1 year ago)
- Last Synced: 2025-08-09T00:39:28.662Z (5 months ago)
- Language: JavaScript
- Size: 4.18 MB
- Stars: 19
- Watchers: 2
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EAS Build - custom build examples
## How to use this repo?
Example workflows are in **.eas/build**. They are associated with build profiles defined in **eas.json**.
- Run `npm install`.
- If you don't have access to the **exponent** account:
- Open **app.config.js**.
- Remove the `extra` and `owner` fields.
- Run `eas init`.
- Run `eas build -p android -e PROFILE_NAME` where `PROFILE_NAME` is a profile name from **eas.json**