Przeglądaj źródła

Update README.md

Thibault Malbranche 5 lat temu
rodzic
commit
0a9d1e25bd
No account linked to committer's email address
1 zmienionych plików z 1 dodań i 3 usunięć
  1. 1
    3
      README.md

+ 1
- 3
README.md Wyświetl plik

@@ -34,12 +34,10 @@ This project follows [semantic versioning](https://semver.org/). We do not hesit
34 34
 
35 35
 Current Version: ![version](https://img.shields.io/npm/v/react-native-webview.svg)
36 36
 
37
-yarn add react-native-webview@androidx
37
+- [7.0.0](https://github.com/react-native-community/react-native-webview/releases/tag/v7.0.0 - Removed UIWebView
38 38
 
39 39
 - [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).
40 40
 
41
-yarn add react-native-webview
42
-
43 41
 - [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.
44 42
 - [4.0.0](https://github.com/react-native-community/react-native-webview/releases/tag/v4.0.0) - Added cache (enabled by default).
45 43
 - [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).