npm.io
2.1.1 • Published 6 years ago

react-native-bundlebase

Licence
MIT
Version
2.1.1
Deps
3
Size
7 kB
Vulns
0
Weekly
0

react-native-bundlebase

Adding support for setting the base name of the bundle (e.g. com.mycompany).

This is important for creating binaries with unique IDs for testing on devices.

Installation

yarn add react-native-bundlebase

Usage

react-native set-bundlebase [newbase]
react-native set-bundlebase

It will fix check the bundle for the "org.reactjs.native.example" prefix and prompt you to replace it. After your first replacement, your answer will be stored in ~/.rninfo. Delete that file to get prompted to try it again.

react-native set-bundle
react-native set-bundle com.mycompany.myapp

Will set the bundle to the exact string set above without ever opening xcode