React Native version mismatch (Solved)

React Native version mismatch











To avoid this issue, you should force React Native version in android/app/build.gradle file like this compile ("com.facebook.react:react-native:0.52.0") { force = true }. Change 0.52.0 to version you're using.

If you still find any error then remove this line " { force=true} "

Comments