react-native-jailbreak

jailbreak detection ios/android

Usage no npm install needed!

<script type="module">
  import reactNativeJailbreak from 'https://cdn.skypack.dev/react-native-jailbreak';
</script>

README

react-native-jailbreak

jailbreak detection ios/android

Installation

npm install react-native-jailbreak

yarn add react-native-jailbreak

Usage

import Jailbreak from 'react-native-jailbreak';

// ...

const result = await Jailbreak.check(); // returns  true or false

Contributing

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

License

MIT