tanayk07/React Native & Expo CI/CD Builder
Generate custom GitHub Actions workflows for building React Native and Expo applications
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| storage-type | Storage type for build artifacts (github-release, zoho-drive, google-drive, custom) | no | github-release |
| build-types | Build types to generate (comma-separated: dev, prod-apk, prod-aab) | no | dev,prod-apk |
| tests | Tests to run (comma-separated: typescript, eslint, prettier) | no | typescript |
| triggers | Workflow triggers (comma-separated: push-main, pull-request, manual) | no | push-main,manual |
| ios-support | Enable iOS build support | no | false |
| publish-to-expo | Enable publishing to Expo | no | false |
| publish-to-stores | Enable publishing to app stores | no | false |
| jest-tests | Enable Jest tests | no | false |
| rntl-tests | Enable React Native Testing Library tests | no | false |
| render-hook-tests | Enable renderHook tests | no | false |
| caching | Enable build caching | no | true |
| notifications | Enable build notifications | no | false |
| output-file | Path where to output the generated workflow file | no | .github/workflows/react-native-cicd.yml |
Outputs
no outputs