Top "React-native-fbsdk" questions

Questions related to "React Native" SDK from facebook for Android & iOS

Could not find com.android.support:appcompat-v7:25.3.1

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-fbsdk
Facebook Sdk Android Error Building

I 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-fbsdk
Change the FB login button text (react-native-fbsdk)

I 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-fbsdk
FB SDK Error: Login Failed (react-native)

I'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-fbsdk
How do I set LoginBehaviour when using react-native-fbsdk LoginManager?

If 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-fbsdk
How to logout from facebook with LoginManager provided by react-native-fbsdk?

In 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-fbsdk
A valid Facebook app id must be set in the AndroidManifest.xml

I 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-fbsdk
react-native-fbsdk error: No resource found that matches the given name: attr 'android:keyboardNavigationCluster'

In 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