Utility lib with security checks
npm install react-native-security-checksUtility lib with security checks
``sh`
npm install react-native-security-checks
`js
import { isFridaDetected } from 'react-native-security-checks';
// ...
const result = isFridaDetected();
``
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
---
Made with create-react-native-library