Files
react-native-webview/android
Thibault Malbranche fa0489e9b0 fix(AndroidX support): Fixed broken import + added instructions
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.
2019-05-20 00:29:42 +02:00
..