New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@franciscomorais/react-native-rename

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@franciscomorais/react-native-rename

Rename react-native app with just one command

  • 3.2.14
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-75%
Maintainers
0
Weekly downloads
 
Created
Source

react-native-rename

NPM version NPM monthly downloads

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 or expo bare workflow.

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@latest "new_name"

With custom Bundle Identifier

$ npx react-native-rename@latest "new_name" -b "bundle_identifier"

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"

CLI Options

NameDescription
-b or --bundleID [value]Set custom bundle identifier for both ios and android eg. "com.example.app" or "com.example".
--iosBundleID [value]Set custom bundle identifier specifically for ios.
--androidBundleID [value]Set custom bundle identifier specifically for android.
-p or --pathContentStr [value]Path and content string that can be used in replacing folders, files and their content. Make sure it doesn't include any special characters.
--skipGitStatusCheckSkip git repo status check

Local installation

With Yarn:

$ yarn global add react-native-rename

With npm:

$ npm install react-native-rename -g

Support

Buy Me A Coffee

Keywords

FAQs

Package last updated on 03 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc