|
@@ -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).
|