Incompatible classes were found in dependencies. Remove them from the classpath or use '-Xskip-metadata-version-check' to suppress errors
what solved my problem is changing this at your_app/android/build.gradle
from
ext.kotlin_version = '1.3.50'
to
ext.kotlin_version = '1.6.0'
or what ever the latest version of Kotlin available and make sure to update Kotlin version on Android Studio as well