Gathering detailed insights and metrics for @react-native-community/cli-platform-ios
Gathering detailed insights and metrics for @react-native-community/cli-platform-ios
The React Native Community CLI - command line tools to help you build RN apps
npm install @react-native-community/cli-platform-ios
Typescript
Module System
Node Version
NPM Version
93.6
Supply Chain
97.7
Quality
90.3
Maintenance
100
Vulnerability
100
License
TypeScript (95.7%)
JavaScript (1.97%)
HTML (1.09%)
Java (0.57%)
Kotlin (0.42%)
Shell (0.09%)
Objective-C (0.08%)
Ruby (0.05%)
Batchfile (0.02%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
314,050,703
Last Day
400,522
Last Week
2,139,645
Last Month
8,780,698
Last Year
117,020,629
MIT License
2,488 Stars
2,626 Commits
907 Forks
45 Watchers
47 Branches
544 Contributors
Updated on Feb 12, 2025
Minified
Minified + Gzipped
Latest Version
15.1.3
Package Id
@react-native-community/cli-platform-ios@15.1.3
Unpacked Size
22.34 kB
Size
5.46 kB
File Count
27
NPM Version
lerna/7.1.5/node@v22.11.0+arm64 (darwin)
Node Version
22.11.0
Published on
Dec 12, 2024
Cumulative downloads
Total Downloads
Last Day
7.7%
400,522
Compared to previous day
Last Week
16.3%
2,139,645
Compared to previous week
Last Month
33.4%
8,780,698
Compared to previous month
Last Year
29.4%
117,020,629
Compared to previous year
1
1
Command line tools that help you build apps with react-native
, shipped as the @react-native-community/cli
NPM package.
Note: CLI has been extracted from core react-native
as a part of "Lean Core" effort. Please read this blog post for more details.
Our release cycle is independent of react-native
. We follow semver and here is the compatibility table:
@react-native-community/cli | react-native |
---|---|
^18.0.0 | ^0.79.0 |
^17.0.0 | ^0.78.0 |
^16.0.0 | ^0.77.0 |
^15.0.0 | ^0.76.0 |
^14.0.0 | ^0.75.0 |
^13.0.0 | ^0.74.0 |
^12.0.0 | ^0.73.0 |
^11.0.0 | ^0.72.0 |
^10.0.0 | ^0.71.0 |
^9.0.0 | ^0.70.0 |
^8.0.0 | ^0.69.0 |
^7.0.0 | ^0.68.0 |
^6.0.0 | ^0.65.0,^0.66.0,^0.67.0 |
^5.0.0 | ^0.64.0 |
^4.0.0 | ^0.62.0,^0.63.0 |
^3.0.0 | ^0.61.0 |
^2.0.0 | ^0.60.0 |
^1.0.0 | ^0.59.0 |
This monorepository contains tools and helpers for React Native projects in form of a Command Line Tool (or CLI). This CLI is used directly by the react-native
package and is not intended for use directly. We update it independently of React Native itself.
Run the following command in your terminal prompt:
1npx @react-native-community/cli@latest init MyApp
Once you're inside an existing project, you can run a series of commands to interact with your projects by using the rnc-cli
binary.
Example running start
command in terminal:
1yarn rnc-cli start
You can also add npm scripts to call it with whichever package manager you use:
1{ 2 "scripts": { 3 "start": "rnc-cli start" 4 } 5}
to call it as
1yarn start
[!WARNING] Please do it only if you need to. We don't recommend updating CLI independently of
react-native
as it may cause unexpected issues.
React Native CLI is a dependency of react-native
, which makes it a transitive dependency of your project. You can overwrite the version independently of react-native
by using resolutions
field in your package.json
:
1{ 2 "resolutions": { 3 "@react-native-community/cli": "VERSION", 4 "@react-native-community/cli-clean": "VERSION", 5 "@react-native-community/cli-config": "VERSION", 6 "@react-native-community/cli-doctor": "VERSION", 7 "@react-native-community/cli-link-assets": "VERSION", 8 "@react-native-community/cli-platform-android": "VERSION", 9 "@react-native-community/cli-platform-ios": "VERSION", 10 "@react-native-community/cli-server-api": "VERSION", 11 "@react-native-community/cli-tools": "VERSION", 12 "@react-native-community/cli-types": "VERSION" 13 } 14}
Previously:
Everything inside this repository is MIT licensed.
No vulnerabilities found.
Reason
20 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 22/30 approved changesets -- score normalized to 7
Reason
9 existing vulnerabilities detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-02-03
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