
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@react-native-harness/platform-android
Advanced tools

Android platform for React Native Harness - enables testing on Android emulators and physical devices.
npm install @react-native-harness/platform-android
# or
pnpm add @react-native-harness/platform-android
# or
yarn add @react-native-harness/platform-android
Import the Android platform functions in your rn-harness.config.mjs:
import {
androidPlatform,
androidEmulator,
physicalAndroidDevice,
} from '@react-native-harness/platform-android';
const config = {
runners: [
androidPlatform({
name: 'android',
device: androidEmulator('Pixel_8_API_35'),
bundleId: 'com.your.app',
}),
androidPlatform({
name: 'physical-device',
device: physicalAndroidDevice('Motorola', 'Moto G72'),
bundleId: 'com.your.app',
}),
],
// ... other config
};
export default config;
androidPlatform(config)Creates an Android platform runner configuration.
Parameters:
config.name - Unique name for the runnerconfig.device - Android device configuration (emulator or physical)config.bundleId - Android application bundle IDandroidEmulator(deviceName)Creates an Android emulator device configuration.
Parameters:
deviceName - Name of the Android emulator (e.g., 'Pixel_8_API_35')physicalAndroidDevice(manufacturer, model)Creates a physical Android device configuration.
Parameters:
manufacturer - Device manufacturer (e.g., 'Motorola')model - Device model (e.g., 'Moto G72')react-native-harness is an open source project and will always remain free to use. If you think it's cool, please star it 🌟. Callstack is a group of React and React Native geeks, contact us at hello@callstack.com if you need any help with these or just want to say hi!
Like the project? ⚛️ Join the team who does amazing stuff for clients and drives React Native Open Source! 🔥
FAQs
Android platform for React Native Harness
The npm package @react-native-harness/platform-android receives a total of 97 weekly downloads. As such, @react-native-harness/platform-android popularity was classified as not popular.
We found that @react-native-harness/platform-android demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.