react-native-facebook-login icon indicating copy to clipboard operation
react-native-facebook-login copied to clipboard

React Native component wrapping the native Facebook SDK login button and manager

Results 101 react-native-facebook-login issues
Sort by recently updated
recently updated
newest added

I was receiving linking errors about the FBSDK not being a 'dylib'. I switched to the latest SDK download from Facebook and it appeared to fix it. This started happening...

### Description It was working all good on IOS, but when I tried to play around with it on Android, I found the component is not triggering the `onLogin` callback....

Hello. I'm new in developing RN apps. I have an issue on Facebook login. The app suddenly stopped/closed after clicking Facebook button! I don't know why it crashed when it...

####Step: 1.config plist 2.add frameworks add drag sdk then add search path 3.modify AppDelegate.m all the process above build success but last thing to add the RCTFBLogin then Link library...

Before initiating FBLogin, how can I get current access token ? If access token exists then I proceed with the same otherwise I will allow user to click on FBLoginButton...

It seems that something changed on RN 0.36 which makes the button to stretch I've workaround the issue by setting the following style: ``` JSX ```

FBLoginManager.login from 'react-native-facebook-login' is undefined. evaluating '_reactNativeFacebookLogin.FBLoginManager.login'

I followed the steps outlined, And got `FBLogin` working. But since am running on iOS simulator, the behaviour I am seeing is that the `onLoginFound` callback is never called and...

Added `FBLoginManager.setLoginBehavior(FBLoginManager.LoginBehaviors.SystemAccount);` with FBLoginManager ``` FBLoginManager.loginWithPermissions(["email","public_profile", "user_birthday"], function(error, data){ if(!error) { _this.setState({loading: true}); _this.fetchUser(data, 'facebook'); } else{ window.alert("Something went wrong. Please try again."); } ``` I am getting this error...

With a brand new fresh install of [email protected] getting 20 errors from RCTFBLogin about duplicate definitions and declarations. At the very bottom of all the errors there is an error...