Questions related to "React Native" SDK from facebook for Android & iOS
I suddenly started getting this error when trying to build. This was all working a few weeks ago with no …
android react-native-android fbsdk react-native-fbsdkI am trying to build my react-native project and using react-native fbsdk. However, I get these errors: /home/luiz/MYP/…
facebook react-native fbsdk react-native-fbsdkI am using react-native-fbsdk. How can I change the fb login button text from 'Login with facebook' to 'Continue with …
facebook reactjs react-native fbsdk react-native-fbsdkToday, I face the error mentioned in this post: Error retrieving parent for item: No resource found that matches the …
android react-native android-gradle-plugin react-native-fbsdkI'm currently setting up Facebook Authentication for my Reach Native application. After the usual problems with the react-native-fbsdk setup, now …
ios react-native fbsdk react-native-fbsdkIf I use the LoginButton from react-native-fbsdk the LoginBehaviour seems to be "native" in that the SDK communicates with the …
react-native react-native-fbsdkIn simple, how does one log out with LoginManager provided by react-native-fbsdk? If we look the code inside that LoginManager …
javascript facebook react-native react-native-fbsdkThe identity provider configuration is not found I am getting this error when I try to authenticate to firebase using …
firebase react-native firebase-authentication facebook-login react-native-fbsdkI am trying to setup fbsdk on Android using react native and the fbsdk wrapper https://github.com/facebook/react-native-fbsdk. …
android facebook react-native facebook-javascript-sdk react-native-fbsdkIn my react-native project in android/app/build.gradle i have ... compileSdkVersion 26 buildToolsVersion "26.0.1" defaultConfig { applicationId "..." minSdkVersion 16 targetSdkVersion 26 versionCode 1 versionName "1.0" ndk { …
react-native android-gradle-plugin react-native-fbsdk