0.0.8 • Published 2 years ago

react-native-verify-device-root v0.0.8

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

react-native-verify-device-root

Verify device root for React Native.

Installation

Using npm:

npm install --save react-native-verify-device-root

or using yarn:

yarn add react-native-verify-device-root

Linking (React Native >= 0.60 skip this as auto-linking should work)

Notes

Work only on Android, open for pull requests.

Usage

import VerifyDeviceRoot from 'react-native-verify-device-root';

const root = await VerifyDeviceRoot.isRooted();

return true or false

©️ Open source - licence

Repository and contributions are under GNU General Public License v3.0

0.0.3

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.2

4 years ago

0.0.1

4 years ago