react-native-facebook-login
react-native-facebook-login copied to clipboard
React Native component wrapping the native Facebook SDK login button and manager
this line caused my app to crash (strangely worked fine in debug build and crashed in release), seems they renamed View.propTypes.style (as temporary fix I just removed this line in...
So i used basic exmaple code, everything works good till i restart app. So user is not logged in after app restart. "react-native": "0.53.0"
Hello Guys, Just had an app hit production, and we're getting this crash: Fatal Exception: java.lang.RuntimeException: Unable to resume activity {com.boundless.jawaker/com.facebook.FacebookActivity}: java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=129742, result=-1, data=Intent {...
After installing the npm install react-native-facebook-login and react-native link react-native-facebook-login , i am getting this issue
Hi all, Has anyone been able to request publish permission using this project successfully, after user logs in and read permissions are asked? I am requesting read permission at the...
I'm trying to set Facebook permissions to `permissions={['email','public_profile','user_birthday','user_hometown','user_location']}`, but it doesn't change the response. The response is ALWAYS related to `permissions={['email','public_profile']}`, even if I remove one of them. Any workaround?
Hi, I'm trying to install this lib but I get the following error when running `npm install react-native-facebook-login --save`: npm WARN [email protected] requires a peer of react@>=15.0.2 but none was...
When installing latest FB SDK for react native it shows this error Could not find com.android.support:support-v4:27.0.1
Added an alternative to put this FB_APP_ID values in a env file using react-native-config dependency in package.json.
When a facebook account has 2FA / should prompt to enter code from code generator, the web view flow just goes to a facebook error screen that says "something went...