react-native-secure-screen
v0.0.1
Published
Prevent screenshot in JS runtime
Downloads
832
Readme
React Native Secure Screen
Prevent screenshot in JS runtime. Android only
Installation
# npm users
npm install react-native-secure-screen
# yarn users
yarn add react-native-secure-screen
Usage
import { allow, forbid } from "react-native-secure-screen";
// Set Security Mode
await forbid();
// Clear Security Mode
await allow();
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT