0.2.0 • Published 6 months ago

react-native-disable-screenshots v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

react-native-disable-screenshots

ANDROID ONLY!

This package provides method for disabling screenshots

Installation

npm install react-native-disable-screenshots

Usage

import { setSecureStatus } from 'react-native-disable-screenshots';

// to disable screenshots
setSecureStatus(true);

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

0.2.0

6 months ago