Facebook Sdk Android Error Building

Apparently facebook has updated their sdk yesterday and the latest (4.23.0) sdk may have a bug or something. You can resolve this by Changing your node_modules\react-native-fbsdk\android\build.gradle from: compile(‘com.facebook.android:facebook-android-sdk:4.+’) To: compile(‘com.facebook.android:facebook-android-sdk:4.22.1′) I’m no gradle guy so if someone knows of a better way of forcing the version from parent gradle.build, please comment and I’ll update the … Read more