Native Dependencies not working with detached iOS app

I’ve tried everything for about eight hours and I can’t get any native dependencies
to link with Xcode. I keep getting the following error:
React/RCTBridge.h’ file not found

I have listed all my attempted solutions on a stackoverflow question:
https://stackoverflow.com/questions/45115008/cant-add-native-packages-to-detached-expo-project-with-xcode-react-native

This question was answered by someone in the slack channel, and then he put the answer up on the SO question above. It was a pretty simple fix, which just involved understanding the relative path.

1 Like