simple-react-native-rename

1.0.3 • Public • Published

Welcome to simple-react-native-rename 👋

Version Documentation Maintenance License: MIT Twitter: ududsha

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

Package Sidebar

Install

npm i simple-react-native-rename

Weekly Downloads

4

Version

1.0.3

License

MIT

Unpacked Size

227 kB

Total Files

56

Last publish

Collaborators

  • ududsha