react-native-is-screen-captured-ios
v0.1.0
Published
Detect if the the system is recording, mirroring, or using AirPlay to stream the contents of the screen
Downloads
189
Readme
react-native-is-screen-captured-ios
Detect if the system is recording, mirroring, or using AirPlay to stream the contents of the screen. https://developer.apple.com/documentation/uikit/uiscreen/2921651-iscaptured
Installation
npm install react-native-is-screen-captured-ios
Usage
import { useIsCaptured } from "react-native-is-screen-captured-ios";
const isCaptured = useIsCaptured()
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT