Skip to content

React native package to easily rename only the visible name of the application and bundle id. Support iOS and Android platforms.

License

Notifications You must be signed in to change notification settings

ududsha/simple-react-native-rename

Repository files navigation

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.

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

About

React native package to easily rename only the visible name of the application and bundle id. Support iOS and Android platforms.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published