react-native-bundlebase

2.1.1 • Public • Published

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

/react-native-bundlebase/

    Package Sidebar

    Install

    npm i react-native-bundlebase

    Weekly Downloads

    0

    Version

    2.1.1

    License

    MIT

    Unpacked Size

    6.91 kB

    Total Files

    7

    Last publish

    Collaborators

    • raydeck