ududsha / simple-react-native-rename

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 58.8%Language:Java 21.2%Language:Objective-C 15.4%Language:Ruby 2.5%Language:Starlark 2.1%