react-native-screenshot-detector
react-native-screenshot-detector copied to clipboard
Function not response
ScreenshotDetector.subscribe(() => { Alert.alert('Screenshot detected!'); });
There is no response.
react-native version 0.43
true ... unfortunately - callback is not invoked
Are there any plans to fix this? The concept is great, but I don't see much use without the basic callback.
Unfortunately I'm not working on this anymore, though if anyone wants to submit a PR I'd be happy to merge it.
Okay got it. I assume there's no way to make a screenshot detector work with Expo without detaching, right? As in, could I make it with pure JS somehow?