Hello, in order to use react-native-webview > 6.0.0 please make your android/build.gradle contains: ``` android.useAndroidX=true android.enableJetifier=true ``` This enables AndroidX libraries which are the new standard.
BREAKING CHANGE: If you override compileSdkVersion<28 it won't work anymore.
fixes #304
You can now override kotlin version by defining ext kotlinVersion