react-native-screenshot-detector
react-native-screenshot-detector copied to clipboard
'React/RCTEventEmitter.h' file not found when installing on newer React Native versions
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 Pod headers to Header Search Paths and that still didn't work. Any other ideas of things I can try?