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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?