screenshot-preventer
v0.1.4
Published
Prevents screen recording and screenshots in React Native apps.
Downloads
1
Readme
screenshot-preventer
Installation
npm install screenshot-preventerUsage
import { enable, disable } from 'screenshot-preventer';
// ...
enable(); // to prevent screenshots and recordings
disable(); // to allow screenshots and recordingsContributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
