Gathering detailed insights and metrics for react-native-test-app
Gathering detailed insights and metrics for react-native-test-app
Gathering detailed insights and metrics for react-native-test-app
Gathering detailed insights and metrics for react-native-test-app
@rnx-kit/react-native-test-app-msal
Microsoft Authentication Library (MSAL) module for react-native-test-app
react-native-reanimated
More powerful alternative to Animated library for React Native.
react-native-fs
Native filesystem access for react-native
react-test-renderer
React package for snapshot testing.
npm install react-native-test-app
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
603 Stars
2,109 Commits
93 Forks
22 Watching
7 Branches
10,000 Contributors
Updated on 27 Nov 2024
JavaScript (33.53%)
TypeScript (26.98%)
C++ (10.82%)
Kotlin (9.03%)
Ruby (8.19%)
Swift (8.19%)
Objective-C (1.2%)
Shell (0.72%)
C (0.6%)
Objective-C++ (0.32%)
CMake (0.26%)
PowerShell (0.11%)
Java (0.04%)
Cumulative downloads
Total Downloads
Last day
-13.3%
3,488
Compared to previous day
Last week
-19.9%
17,203
Compared to previous week
Last month
-11.7%
100,443
Compared to previous month
Last year
199.1%
593,480
Compared to previous year
8
6
27
React Native Test App (RNTA) provides test apps for all platforms as a package. It handles the native bits for you so you can focus on what's important: your product.
If you want to migrate an existing test app for a library, follow the dedicated guide in the wiki.
You can generate a new project using npx
:
1npx --package react-native-test-app@latest init
In this example, we will create a project named "sample" in sample
with apps
for all platforms:
✔ What is the name of your test app? … sample
? Which platforms do you need test apps for? ›
Instructions:
↑/↓: Highlight option
←/→/[space]: Toggle selection
a: Toggle all
enter/return: Complete answer
◉ Android
◉ iOS
◉ macOS
◯ visionOS (Experimental)
◉ Windows
✔ Where should we create the new project? … sample
Install npm dependencies inside the new project folder:
Yarn:
1cd sample 2yarn
npm:
1cd sample 2npm install
Once the dependencies are installed, follow the platform specific instructions in the wiki.
microsoft/fluentui-react-native • microsoft/rnx-kit • BabylonReactNative • callstack/repack • lottie-react-native • react-native-add-calendar-event • react-native-apple-authentication • react-native-async-storage • react-native-blur • react-native-clipboard • react-native-datetimepicker • react-native-google-signin • react-native-image-editor • react-native-keychain • react-native-masked-view • react-native-menu • react-native-netinfo • react-native-pager-view • react-native-segmented-control • react-native-video • react-native-webview • realm-js • shopify/restyle • sparkfabrik-react-native-idfa-aaid • and many more…
Are you using RNTA? Submit a PR to add it to the list!
For a list of known issues and workarounds, please refer to the Troubleshooting wiki.
Thank you for your interest in this project! We welcome all contributions and suggestions!
Take a look at CONTRIBUTING.md for details.
react-native-test-app
is MIT licensed.
No vulnerabilities found.
Reason
30 commit(s) and 11 issue activity found in the last 90 days -- score normalized to 10
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
SAST tool is run on all commits
Details
Reason
Found 10/11 approved changesets -- score normalized to 9
Reason
9 existing vulnerabilities detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Score
Last Scanned on 2024-11-18
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