|
@@ -4,7 +4,8 @@
|
4
|
4
|
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
|
5
|
5
|
[![All Contributors](https://img.shields.io/badge/all_contributors-16-orange.svg?style=flat-square)](#contributors)
|
6
|
6
|
[![Known Vulnerabilities](https://snyk.io/test/github/react-native-community/react-native-webview/badge.svg?style=flat-square)](https://snyk.io/test/github/react-native-community/react-native-webview)
|
7
|
|
-<a href="https://www.npmjs.com/package/react-native-webview"><img src="https://img.shields.io/npm/v/react-native-webview.svg"></a>
|
|
7
|
+[![NPM Version](https://img.shields.io/npm/v/react-native-webview.svg?style=flat-square)](https://www.npmjs.com/package/react-native-webview)
|
|
8
|
+[![Lean Core Extracted](https://img.shields.io/badge/Lean%20Core-Extracted-brightgreen.svg?style=flat-square)][lean-core-issue]
|
8
|
9
|
|
9
|
10
|
**React Native WebView** is a modern, well-supported, and cross-platform WebView for React Native. It is intended to be a replacement for the built-in WebView (which will be [removed from core](https://github.com/react-native-community/discussions-and-proposals/pull/3)).
|
10
|
11
|
|
|
@@ -101,3 +102,5 @@ MIT
|
101
|
102
|
This readme is available in:
|
102
|
103
|
|
103
|
104
|
- [Brazilian portuguese](docs/README.portuguese.md)
|
|
105
|
+
|
|
106
|
+[lean-core-issue]: https://github.com/facebook/react-native/issues/23313
|