react-native-disable-enable-screenshots
Enable Disable Screenshots
Installation
npm install react-native-disable-enable-screenshots
Usage
import { screenshotsStatusUpdate } from 'react-native-disable-enable-screenshots';
// ...
const res = await screenshotsStatusUpdate(isEnable);
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