I followed the exact steps specified in enter link description here but Android studio shows that there is an error in react-native-fbsdk's build.grandle: compile 'com.android.support:appcompat-v7:27.0.2'. enter image description here
Beside this error, what I don't understand is that how is it possible that while my main module's compileSdkVersion is set to 23 by react-native init command, the facebook sdk uses version 26.
Has anyone else experienced the same issue?
I have deployed the sample project on Github enter link description here