Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More β†’
Socket
Sign inDemoInstall
Socket

react-native-test-app

Package Overview
Dependencies
Maintainers
1
Versions
430
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.0.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
17K
increased by25.02%
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@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:

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

FAQs

Package last updated on 10 Dec 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚑️ by Socket Inc