simple-react-native-rename

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

Usage no npm install needed!

<script type="module">
  import simpleReactNativeRename from 'https://cdn.skypack.dev/simple-react-native-rename';
</script>

README

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