Open dzpt opened 7 years ago
Any luck with this? I just started playing around with react native and trying to stick to npm/commandline. Is this different than react-native-fbsdk?
Nothing on this? It would be nice to explain, since I am having issues with the https://github.com/facebook/react-native-fbsdk and wanted to try this one now.
I see this repo requires to install FBSDK, so why don't i use this one for instead ? https://github.com/facebook/react-native-fbsdk
In the Setup instruction, it requires to install FBSDK if build failed, in the FB website, it says:
From the Facebook SDK folder, drag the folder Bolts.framework, FBSDKCoreKit.Framework, FBSDKLoginKit.Framework, FBSDKShareKit.Framework into your Xcode Projects Framework folder.
But i see all these framework is already in
RCTFBLogin.xcodeproj
? Why i need to drag these frameworks, i'm using cocoapods, it means the project has twoFramework
folder what am i supposed to do? Which folder should i need to drag these framework if needed?The setup instruction is really unclear to understand.