0.0.1 • Published 5 years ago

react-native-secure-screen v0.0.1

Weekly downloads
13
License
MIT
Repository
github
Last release
5 years ago

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