Hey guys, trying to build my app from a detached expo app with ExpoKit but getting this error on Facebook's SDK:
node_modules/react-native-fbsdk/ios/RCTFBSDK/share/RCTFBSDKShareDialog.h:19:9: 'React/RCTBridgeModule.h' file not found
Anyone know what's going on here?
Followed the instructions to get fbsdk through cocoapods:
pod 'FacebookSDK' then pod install as well as putting all the right info in Info.plist and AppDelegate.m.
Not even sure what this error is.
Are you using xCode ten? If so, in xCode select RCTFBSDK.xcodeproj from your projects Libraries folder. In Builds Settings search from FrameworkSearchPaths and add $(HOME)/Documents/FacebookSDK. Changes introduced with xCode ten break the suggested search path.

Most helpful comment
Are you using xCode ten? If so, in xCode select
RCTFBSDK.xcodeprojfrom your projectsLibrariesfolder. InBuilds Settingssearch fromFrameworkSearchPathsand add$(HOME)/Documents/FacebookSDK. Changes introduced with xCode ten break the suggested search path.