Gathering detailed insights and metrics for @devesharp/react-native-rename
Gathering detailed insights and metrics for @devesharp/react-native-rename
Gathering detailed insights and metrics for @devesharp/react-native-rename
Gathering detailed insights and metrics for @devesharp/react-native-rename
Rename react-native app with just one command
npm install @devesharp/react-native-rename
Typescript
Module System
Node Version
NPM Version
JavaScript (49.31%)
Java (19.8%)
C++ (9.23%)
Objective-C++ (5.63%)
Ruby (3.86%)
TypeScript (3.63%)
Kotlin (3.19%)
Objective-C (3.03%)
Swift (1.21%)
Starlark (0.76%)
CMake (0.35%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
2,720 Stars
566 Commits
268 Forks
15 Watchers
8 Branches
20 Contributors
Updated on Jul 15, 2025
Latest Version
2.6.0
Package Id
@devesharp/react-native-rename@2.6.0
Unpacked Size
41.76 kB
Size
11.03 kB
File Count
12
NPM Version
6.14.6
Node Version
12.18.3
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
⚠️⚠️⚠️ Library changed to support Detox and Flipper.
Rename react-native app with just one command
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.
$ npx react-native-rename <newName>
With custom Bundle Identifier (Android only. For iOS, please use Xcode)
$ npx react-native-rename <newName> -b <bundleIdentifier>
$ git checkout -b rename-app
$ npx react-native-rename "Travel App"
With custom Bundle Identifier
$ npx react-native-rename "Travel App" -b com.junedomingo.travelapp
With Yarn:
$ yarn global add react-native-rename
With npm:
$ npm install react-native-rename -g
No vulnerabilities found.
Reason
no vulnerabilities detected
Reason
license file detected
Details
Reason
no dangerous workflow patterns detected
Reason
binaries present in source code
Details
Reason
dependency not pinned by hash detected -- score normalized to 9
Details
Reason
GitHub code reviews found for 1 commits out of the last 30 -- score normalized to 0
Details
Reason
0 commit(s) out of 30 and 0 issue activity out of 30 found in the last 90 days -- score normalized to 0
Reason
no badge detected
Reason
non read-only tokens detected in GitHub workflows
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Reason
project is not fuzzed
Score
Last Scanned on 2022-08-15
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More