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.