I am using RN 0.55.4 react-native-fbsdk 0.8.0
There is a build error
Where: Build file 'C:\Users\WOT\fdrrnc\node_modules\react-native-fbsdk\android\build.gradle' line: 30
What went wrong: A problem occurred evaluating project ':react-native-fbsdk'. Could not find method implementation() for arguments [com.android.support:appcompat-v7:27.0.2] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
This my gradle on android/build.gradle
dependencies {
classpath 'com.android.tools.build:gradle:2.2.3'
}
Anyone know whats wrong?