react-native-rename

Rename react-native app with just one command

Github星跟踪图

react-native-rename NPM version NPM monthly downloads NPM total downloads Paypal Donate

Rename react-native app with just one command

react-native-rename

This package assumes that you created your react-native project using react-native init.

Note: This package does not attempt to properly rename build artifacts such as ios/build or Cocoa Pod installation targets. After renaming your project you should clean, build, and reinstall third party dependencies to get it running properly with the new name.

Usage

$ npx react-native-rename <newName>

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

$ npx react-native-rename <newName> -b <bundleIdentifier>

Example

$ git checkout -b rename-app
Then, Rename your app
$ npx react-native-rename "Travel App"

With custom Bundle Identifier

$ npx react-native-rename "Travel App" -b com.junedomingo.travelapp

Local installation

With Yarn:

$ yarn global add react-native-rename

With npm:

$ npm install react-native-rename -g

Support

主要指标

概览
名称与所有者junedomingo/react-native-rename
主编程语言JavaScript
编程语言JavaScript (语言数: 11)
平台
许可证MIT License
所有者活动
创建于2016-09-20 12:46:31
推送于2025-02-19 03:41:14
最后一次提交2025-02-19 11:38:47
发布数60
最新版本名称v3.2.16 (发布于 2025-02-19 11:39:13)
第一版名称v1.0.10 (发布于 2017-03-29 14:34:12)
用户参与
星数2.7k
关注者数15
派生数267
提交数563
已启用问题?
问题数153
打开的问题数13
拉请求数76
打开的拉请求数7
关闭的拉请求数68
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?