An open API service indexing awesome lists of open source software.

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

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.