Skip to content

reactspring/react-native-jailbreak-detect

Repository files navigation

React Native Jailbreak/Rooting Detect

Jailbreak/Rooting Detect native module for react-native

Installation

npm install --save react-native-jailbreak-detect

or

yarn add react-native-jailbreak-detect

Installation (iOS)

Using CocoaPods (React Native 0.60 and higher)
cd ios
pod install

Installation (Android)

React Native 0.60 and higher
  • Linking automatically

Usage

Example

import { NativeModules, Platform } from 'react-native'
var JailbreakDetect = NativeModules.JailbreakDetect

Jailbreak Detect

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published