I create a react-native app. I added ibeacon manager using
npm install react-native-beacons-manager
react-native link react-native-beacons-manager
After that when ı run project on xcode 10.1 ı got 'React/RCTBridge.h file not found'
How can fix it?
Also when ı manage scheme show React(missing)
pop-up window when I try to add
shows this. When ı added react the ı got same error.
Thanks.