react-native-screen-recorder-detect
v1.0.1
Published
React Native Screen Recorder Detect
Downloads
2
Readme
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);
}
}}
/>