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?
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 foundfrom
RNScreenshotDetector.hI've tried adding the
ReactPod headers toHeader Search Pathsand that still didn't work. Any other ideas of things I can try?