0.2.0 • Published 3 years ago

react-native-root-protection v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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