You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP โ†’
Socket
Book a DemoInstallSign in
Socket

react-native-test-app

Package Overview
Dependencies
Maintainers
1
Versions
464
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-test-app

react-native-test-app provides a test app for all supported platforms as a package

4.4.0
Source
npmnpm
Version published
Weekly downloads
29K
23.69%
Maintainers
1
Weekly downloads
ย 
Created
Source

React Native Test App

Contributions Welcome Open in Visual Studio Code build npm version

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.

Quick Start โšก

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:

npx --package react-native-test-app@<version> init
# 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:

npx --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:

cd sample
yarn

npm:

cd sample
npm install

Once the dependencies are installed, follow the platform specific instructions in the wiki.

Learn More ๐Ÿ”

Libraries Using RNTA ๐Ÿ“š

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!

Known Issues โš ๏ธ

For a list of known issues and workarounds, please refer to the Troubleshooting wiki.

Contributing ๐Ÿค

Thank you for your interest in this project! We welcome all contributions and suggestions!

Take a look at CONTRIBUTING.md for details.

License ๐Ÿ“

react-native-test-app is MIT licensed.

Keywords

android

FAQs

Package last updated on 23 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts