react-native-webview/android
Thibault Malbranche 585ac7a243
fix(AndroidX support): Fixed broken import + added instructions (#583)
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
2019-05-20 00:36:51 +02:00
..
src/main fix(AndroidX support): Fixed broken import + added instructions (#583) 2019-05-20 00:36:51 +02:00
.editorconfig chore(format): Android project formatting (#433) 2019-03-19 14:42:47 +00:00
build.gradle feat(android): Migrate to Android X (#520) 2019-05-17 00:33:25 +02:00
gradle.properties fix(AndroidX support): Fixed broken import + added instructions (#583) 2019-05-20 00:36:51 +02:00