react-native-root-protection
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

react-native-root-protection

Add root and emulator protection to your React Native app

Installation

npm install react-native-root-protection

Usage

import { isRooted, isEmulator } from 'react-native-root-protection';

// ...

const isCompromised = isRooted() || isEmulator();

Tested with

  • Android Studio emulators
  • Genymotion
  • BlueMotion
  • MeMU
  • LD Player

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

Package Sidebar

Install

npm i react-native-root-protection

Weekly Downloads

2

Version

0.2.0

License

MIT

Unpacked Size

357 kB

Total Files

101

Last publish

Collaborators

  • stmarkidis