https://github.com/bitrise-steplib/steps-react-native-bundle
Bitrise step for bundling React Native apps
https://github.com/bitrise-steplib/steps-react-native-bundle
bitrise bitrise-step ci production-code
Last synced: 2 months ago
JSON representation
Bitrise step for bundling React Native apps
- Host: GitHub
- URL: https://github.com/bitrise-steplib/steps-react-native-bundle
- Owner: bitrise-steplib
- License: mit
- Created: 2016-03-09T08:42:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-18T08:26:52.000Z (about 2 years ago)
- Last Synced: 2025-04-10T06:49:21.408Z (6 months ago)
- Topics: bitrise, bitrise-step, ci, production-code
- Language: Shell
- Homepage:
- Size: 30.3 KB
- Stars: 13
- Watchers: 10
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# React Native bundle step
[Bitrise](https://bitrise.io) step for bundling React Native apps
Calls `react-native bundle`.
Options:
- `binary_path` specify custom path to the `react-native`, like `{binary_path}/react-native`. Defaults to `react-native`
- `platform` specify the platform(android/ios)
- `--dev` sets DEV flag to true
- `--root` add another root(s) to be used in bundling in this project
- `--assetRoots` specify the root directories of app assets
- `--out` specify the output file
- `--url` specify the bundle file url
- `options` any additional options separated by a space.