mirror of
https://github.com/status-im/react-native-webview.git
synced 2025-02-23 17:28:37 +00:00
Hello, in order to use react-native-webview > 6.0.2 please make your android/gradle.properties contains: ``` android.useAndroidX=true android.enableJetifier=true ``` This enables AndroidX libraries which are the new standard. fixes #580 fixes #581 fixes #582