ahmadatallah/feb (free expo builds)
Build Expo apps locally with `eas build --local` — no build queue, no EAS credits. Outputs .ipa/.apk/.aab.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| platform | Platform to build: ios | android | all (iOS needs a macOS runner) | yes | — |
| profile | Build profile from your eas.json | yes | — |
| expo-token | Expo access token (create one at https://expo.dev/settings/access-tokens) | yes | — |
| working-directory | Directory containing the Expo app (where eas.json lives) | no | . |
| pre-build-command | Command to run after install, before build (e.g. build a shared monorepo lib) | no | "" |
| app-name | Artifact filename prefix (defaults to the app.json / package.json name) | no | "" |
Outputs
| name | description |
|---|---|
| ios-artifact | Path to the built iOS artifact (empty if not built) |
| android-artifact | Path to the built Android artifact (empty if not built) |
| output-dir | Absolute path to the build-output directory |