magus / react-native-facebook-login

React Native component wrapping the native Facebook SDK login button and manager
MIT License
1.24k stars 327 forks source link

What's difference between this repo vs react-native-fbsdk? #252

Open dzpt opened 7 years ago

dzpt commented 7 years ago
  1. 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

  2. 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 two Framework 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.

kumarbhat commented 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?

cassmtnr commented 5 years ago

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.