Bläddra i källkod

chore(docs): Remove AndroidX by default

Thibault Malbranche 5 år sedan
förälder
incheckning
2ab1716532
No account linked to committer's email address
1 ändrade filer med 3 tillägg och 0 borttagningar
  1. 3
    0
      README.md

+ 3
- 0
README.md Visa fil

@@ -30,7 +30,10 @@ This project follows [semantic versioning](https://semver.org/). We do not hesit
30 30
 
31 31
 Current Version: ![version](https://img.shields.io/npm/v/react-native-webview.svg)
32 32
 
33
+yarn add react-native-webview@androidx
33 34
 - [6.0.**2**](https://github.com/react-native-community/react-native-webview/releases/tag/v6.0.2) - Update to AndroidX. Make sure to enable it in your project's `android/gradle.properties`. See [Getting Started Guide](docs/Getting-Started.md).
35
+
36
+yarn add react-native-webview
34 37
 - [5.0.**1**](https://github.com/react-native-community/react-native-webview/releases/tag/v5.0.0) - Refactored the old postMessage implementation for communication from webview to native.
35 38
 - [4.0.0](https://github.com/react-native-community/react-native-webview/releases/tag/v4.0.0) - Added cache (enabled by default).
36 39
 - [3.0.0](https://github.com/react-native-community/react-native-webview/releases/tag/v3.0.0) - WKWebview: Add shared process pool so cookies and localStorage are shared across webviews in iOS (enabled by default).