0.1.0 • Published 3 years ago

react-native-is-screen-captured-ios v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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