Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

react-native-tools-disable-screenshot

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-tools-disable-screenshot

TODO

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

react-native-disable-screenshot

Getting started

$ npm install react-native-disable-screenshot --save

Mostly automatic installation

$ react-native link react-native-disable-screenshot

Usage

import ReactNativeDisableScreenshot from "react-native-disable-screenshot";

// disable screenshot
ReactNativeDisableScreenshot.start();

// enable screenshot
ReactNativeDisableScreenshot.stop();

NOTE: Currently this plugin only work for Android device

Keywords

react-native

FAQs

Package last updated on 14 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts