
Research
/Security News
Toptalโs GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptalโs GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
react-native-test-app
Advanced tools
react-native-test-app provides a test app for all supported platforms as a package
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
:
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.
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.
FAQs
react-native-test-app provides a test app for all supported platforms as a package
The npm package react-native-test-app receives a total of 23,444 weekly downloads. As such, react-native-test-app popularity was classified as popular.
We found that react-native-test-app demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.ย It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Research
/Security News
Threat actors hijacked Toptalโs GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.