Gathering detailed insights and metrics for react-native-template-uiw
Gathering detailed insights and metrics for react-native-template-uiw
Gathering detailed insights and metrics for react-native-template-uiw
Gathering detailed insights and metrics for react-native-template-uiw
React Native template for react-native-uiw.
npm install react-native-template-uiw
Typescript
Module System
Node Version
NPM Version
71.2
Supply Chain
77.8
Quality
75
Maintenance
100
Vulnerability
99.6
License
JavaScript (69.99%)
Java (16.87%)
Ruby (5.28%)
Objective-C (5.26%)
Objective-C++ (2.6%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
18 Stars
289 Commits
15 Forks
4 Watchers
13 Branches
12 Contributors
Updated on Sep 23, 2024
Latest Version
0.0.2
Package Id
react-native-template-uiw@0.0.2
Unpacked Size
210.85 kB
Size
141.37 kB
File Count
60
NPM Version
6.11.3
Node Version
12.10.0
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
No dependencies detected.
React Native template for @uiw/react-native.
There seems to be quite some confusion about the legacy CLI. This template only works with the new CLI. Make sure you have uninstalled the legacy react-native-cli
first (npm uninstall -g react-native-cli
), for the below command to work. If you wish to not use npx
, you can also install the new CLI globally (npm i -g @react-native-community/cli
or yarn global add @react-native-community/cli
).
Further information can be found here: https://github.com/react-native-community/cli#about
react-native@0.61.0
or higher
1npx react-native init MyApp --template @uiwjs/react-native-template
1# This will initialize new project using template from TEMPLATE_NAME package 2npx react-native init ProjectName --template ${TEMPLATE_NAME} 3 4# This will initialize new project using init command from react-native@VERSION but will use TEMPLATE_NAME custom template 5npx react-native@${VERSION} init ProjectName --template ${TEMPLATE_NAME}
Contributions are very welcome. Please check out the contributing document.
This project is MIT licensed.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
binaries present in source code
Details
Reason
Found 3/30 approved changesets -- score normalized to 1
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
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-07-07
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