react-native-rename

Rename react-native app with just one command

Github stars Tracking Chart

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

Main metrics

Overview
Name With Ownerjunedomingo/react-native-rename
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 11)
Platform
License:MIT License
所有者活动
Created At2016-09-20 12:46:31
Pushed At2025-02-19 03:41:14
Last Commit At2025-02-19 11:38:47
Release Count60
Last Release Namev3.2.16 (Posted on 2025-02-19 11:39:13)
First Release Namev1.0.10 (Posted on 2017-03-29 14:34:12)
用户参与
Stargazers Count2.7k
Watchers Count15
Fork Count267
Commits Count563
Has Issues Enabled
Issues Count153
Issue Open Count13
Pull Requests Count76
Pull Requests Open Count7
Pull Requests Close Count68
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private