Try to install Facebook SDK to react natiove IOS.
I have FBSDKCoreKit/FBSDKCoreKit.h file not found error and spent several hours trying to solve it with different solutions, but can't understand whats going wrong((
Any ideas?
react-native 0.40 react-native-fsdk 0.5.0 facebook sdk: 4.19.0
react-native link
on your RN project.react-native upgrade
after you've updated the RN package itself with npm install react-native@latest --save
If you come across some errors, sometimes it's better to clear all, and start fresh installation again.
Try:
rm -rf ./node_modules
watchman watch-dell-all
npm cache clean
npm install
react-native run-ios