Add root and emulator protection to your React Native app
npm install react-native-root-protection
import { isRooted, isEmulator } from 'react-native-root-protection';
// ...
const isCompromised = isRooted() || isEmulator();
- Android Studio emulators
- Genymotion
- BlueMotion
- MeMU
- LD Player
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT