Bitrise step for bundling React Native apps
Calls react-native bundle.
Options:
binary_pathspecify custom path to thereact-native, like{binary_path}/react-native. Defaults toreact-nativeplatformspecify the platform(android/ios)--devsets DEV flag to true--rootadd another root(s) to be used in bundling in this project--assetRootsspecify the root directories of app assets--outspecify the output file--urlspecify the bundle file urloptionsany additional options separated by a space.