Prevent screenshot in JS runtime
npm install react-native-secure-screenPrevent screenshot in JS runtime. Android only
``shnpm users
npm install react-native-secure-screen
Usage
`js
import { allow, forbid } from "react-native-secure-screen";// Set Security Mode
await forbid();
// Clear Security Mode
await allow();
``See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT