react-native-screen-recorder-detect

1.0.1 • Public • Published

react-native-screen-recorder-detect

Only Ios

Getting started

$ npm install react-native-screen-recorder-detect --save

Mostly automatic installation

$ react-native link react-native-screen-recorder-detect

Usage

import ScreenRecorderDetect from 'react-native-screen-recorder-detect';

<ScreenDetect
    Detect={(val) => {
        // val => YES|NO
        if (val == "YES") {
        setModalVisible(true);
        } else {
        setModalVisible(false);
        }
    }}
/>

Readme

Keywords

Package Sidebar

Install

npm i react-native-screen-recorder-detect

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

34.6 kB

Total Files

20

Last publish

Collaborators

  • deepsoumya