Issue on React native 0.66.0
0.66.0
Add this block in android/build.gradle
android/build.gradle
allprojects { configurations.all { resolutionStrategy { force "com.facebook.soloader:soloader:0.10.4" } }