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
@fluentui-react-native/tester
A test app to test FluentUI React Native Components during development
@fluentui-react-native/tester-win32
`FluentUI Tester` is the test app that we use to test our FluentUI components during development.
test-rn-splatform
sfin app lib
@rnx-kit/react-native-test-app-msal
Microsoft Authentication Library (MSAL) module for react-native-test-app
react-native-test-app provides an app for all supported platforms as a package
npm install react-native-test-app
Typescript
Module System
Min. Node Version
Node Version
NPM Version
TypeScript (42.67%)
JavaScript (27.86%)
C++ (8.93%)
Kotlin (7.45%)
Swift (6.84%)
Ruby (3.35%)
Objective-C (1.28%)
Shell (0.6%)
C (0.48%)
Objective-C++ (0.22%)
CMake (0.21%)
PowerShell (0.09%)
Java (0.03%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
647 Stars
2,263 Commits
94 Forks
23 Watchers
10 Branches
10,000 Contributors
Updated on Jul 13, 2025
Latest Version
4.4.0
Package Id
react-native-test-app@4.4.0
Unpacked Size
12.12 MB
Size
11.34 MB
File Count
300
NPM Version
10.9.2
Node Version
22.16.0
Published on
Jun 23, 2025
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
8
6
30
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@<version> init 2# For example: npx --package react-native-test-app@4.2.3 init
You can always find the latest version here: https://github.com/microsoft/react-native-test-app/releases
Alternatively, if you're using a Bash-compatible shell:
1npx --package react-native-test-app@$(npm view react-native-test-app version) init
[!NOTE]
We don't recommend using
@latest
because npm may not always use the latest version. See https://github.com/npm/cli/issues/5262 for more details.
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
◉ 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-safe-area-context • 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
security policy file detected
Details
Reason
30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
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
detected GitHub workflow tokens with excessive permissions
Details
Reason
2 existing vulnerabilities detected
Details
Reason
Found 15/19 approved changesets -- score normalized to 7
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- 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