# 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

```sh
npm install react-native-is-screen-captured-ios
```

## Usage

```js
import { useIsCaptured } from "react-native-is-screen-captured-ios";

const isCaptured = useIsCaptured()
```

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

MIT
