react-native-screenshot-detector icon indicating copy to clipboard operation
react-native-screenshot-detector copied to clipboard

Screenshot detection in React Native (iOS only)

Results 7 react-native-screenshot-detector issues
Sort by recently updated
recently updated
newest added

posting an issue here as there was no issues section on the forked lib @iamacup/react-native-screenshot-detect This lib works great on debug configuration, but for release configuration, detection does not work....

I'm on React Native 0.61.5, which uses autolinking. I've followed the installation instructions and when I build I get: `'React/RCTEventEmitter.h' file not found` from `RNScreenshotDetector.h` I've tried adding the `React`...

Hello there, can I test it on a simulator? Apparently, I cannot, it doesn't detect the Screenshot. Thank you.

Hi There are some updates needed to this repo to make it auto link with the new React Native 0.60.x This pull will fix auto linking and make this error...

ScreenshotDetector.subscribe(() => { Alert.alert('Screenshot detected!'); }); There is no response. react-native version 0.43

Can I handle the screenshot data?