jailbreak detection ios/android
npm install react-native-jailbreak
yarn add react-native-jailbreak
import Jailbreak from 'react-native-jailbreak';
// ...
const result = await Jailbreak.check(); // returns true or false
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT