1.0.3 ā€¢ Published 3 years ago

simple-react-native-rename v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Rename visible name(only) and bundle id(optional) in react-native app with just one command.

In other words this package will not rename all the files and fields(ie: package names in android etc) which react-native-rename package is doing. Instead of that simple-react-native-rename will change only the visible name just below the App Icon.(optinally it can change bundle identifier).

This was a requirement for me while im working in my dev and sit environments, just to change the visible name of the app.

šŸ  Homepage

Install

npm install --save simple-react-native-rename

Usage

You can change the package.js app 'name' and use below script to rename easily. (Optionally you can add bundle identifier also when you have a new bundle identifier)

"scripts": {
    "app:rename": "simple-react-native-rename '$npm_package_name'",
  }

Use cli to rename the app.

$ npx simple-react-native-rename <newName>

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

$ npx simple-react-native-rename <newNameToTheIcon> -b <newBundleIdentifier>

Run tests

npm run test

Author

šŸ‘¤ Shamendra Sirisena ududsha@gmail.com

šŸ¤ Contributing

Contributions, issues and feature requests are welcome!Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ā­ļø if this project helped you!

šŸ“ License

Copyright Ā© 2021 Shamendra Sirisena <ududsha@gmail.com>. This project is MIT licensed.


This README was generated with ā¤ļø by readme-md-generator