1.0.3 • Published 6 years ago
rn-native-rename v1.0.3
react-native-rename

Rename react-native app with just one command

This package assumes that you created your react-native project using
react-native init.
Note: This package does not attempt to properly rename build artifacts such as ios/build or Cocoa Pod installation targets. After renaming your project you should clean, build, and reinstall third party dependencies to get it running properly with the new name.
Installation
yarn global add react-native-rename
or
npm install react-native-rename -gSwitch to new branch first
better to have back-up
git checkout -b rename-appUsage
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