react-native-security-checks
v1.1.0
Published
A pakcage to group some security checks for RN
Downloads
135
Readme
react-native-security-checks
Utility lib with security checks
Installation
npm install react-native-security-checks
Usage
import { isFridaDetected } from 'react-native-security-checks';
// ...
const result = isFridaDetected();
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library