chore(docs): Fix link to v2.0.0 (#1806)

This commit is contained in:
inokawa
2021-01-20 18:44:49 +01:00
committed by GitHub
parent 6880289796
commit cf1f3a9917
+1 -1
View File
@@ -45,7 +45,7 @@ Current Version: ![version](https://img.shields.io/npm/v/react-native-webview.sv
- [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.
- [4.0.0](https://github.com/react-native-community/react-native-webview/releases/tag/v4.0.0) - Added cache (enabled by default).
- [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).
- [2.0.0](https://github.com/react-native-community/react-native-webview/releases/tag/v2.0.0) - First release this is a replica of the core webview component
- [2.0.0](https://github.com/react-native-community/react-native-webview/releases/tag/2.0.0) - First release this is a replica of the core webview component
**Upcoming:**