react-native-webview/docs
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
..
Contributing.md Update Contributing.md 2019-03-20 12:58:43 +00:00
Custom-Android.md chore(docs): Custom Android: Reflect migration to react-native-webview project (#347) 2019-02-15 11:56:55 +01:00
Custom-iOS.md feat(wkwebview): create api to allow clients to present a client credential for authentication (#141) 2019-02-12 10:35:14 +01:00
Debugging.md chore(documentation): Update Debugging.md (#96) 2018-10-30 15:47:05 +01:00
Getting-Started.md fix(AndroidX support): Fixed broken import + added instructions (#583) 2019-05-20 00:36:51 +02:00
Guide.md chore(docs): Adds guide for intercepting hash URL changes (#555) 2019-05-13 09:42:25 +02:00
Reference.md chore(docs): Create example for injectedJavaScript (#571) 2019-05-17 00:24:18 +02:00