-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
react-native-facebook-login #64
Comments
currently there is a difference between the android and IOS versions for now you can follow the api/use the login button that comes with the android version |
Okay thanks! But unfortunately it still wont work. It tell´s me now: "undefined is not an object (evaluatiing 'FBLoginManager.getCurrentToken')" |
did you set up your main activity correct and add the module there. please ensure you followed the steps in the setup doc properly. |
Oh man! Thanks, i switched the branch on git where my setup for Android wasn´t there anymore.... |
I am getting "undefined is not a function (evaluating 'FBLoginManager.getCredentials')" on React Native Android Development:
In my iOS Version this module works great, just having issues on Android
The text was updated successfully, but these errors were encountered: