Jailbreak/Rooting Detect native module for react-native
npm install --save react-native-jailbreak-detect
or
yarn add react-native-jailbreak-detect
cd ios
pod install
- Linking automatically
import { NativeModules, Platform } from 'react-native'
var JailbreakDetect = NativeModules.JailbreakDetect