Reputation: 151
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.
Upvotes: 4
Views: 4591
Reputation: 413
In terminal go to your project directory
2 In your Project Folder: cd ios pod install
Upvotes: 1