react-native-rename-gv

2.2.3 • Public • Published

react-native-rename NPM version NPM monthly downloads NPM total downloads Paypal Donate

Rename react-native app with just one command

react-native-rename

This package assumes that you created your react-native project using react-native init.

Installation

yarn global add react-native-rename
or
npm install react-native-rename -g

Switch to new branch first

better to have back-up

git checkout -b rename-app

Usage

react-native-rename <newName>

With custom Bundle Identifier (Android only. For iOS, please use Xcode)

react-native-rename <newName> -b <bundleIdentifier>

Example

react-native-rename "Travel App"

With custom Bundle Identifier

react-native-rename "Travel App" -b com.junedomingo.travelapp

Dependencies (5)

Dev Dependencies (11)

Package Sidebar

Install

npm i react-native-rename-gv

Weekly Downloads

0

Version

2.2.3

License

MIT

Unpacked Size

132 kB

Total Files

14

Last publish

Collaborators

  • felipewil