From 13ae8c9661ac880318384cec55d2fd3ce54c4686 Mon Sep 17 00:00:00 2001 From: Jesse Katsumata Date: Tue, 7 Jan 2020 10:34:15 +0900 Subject: [PATCH] chore(README): Lean Core badge * docs: add Lean core badge * docs: adjust badge style --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c2c804876..7d46017dc 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) [![All Contributors](https://img.shields.io/badge/all_contributors-16-orange.svg?style=flat-square)](#contributors) [![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) - +[![NPM Version](https://img.shields.io/npm/v/react-native-webview.svg?style=flat-square)](https://www.npmjs.com/package/react-native-webview) +[![Lean Core Extracted](https://img.shields.io/badge/Lean%20Core-Extracted-brightgreen.svg?style=flat-square)][lean-core-issue] **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)). @@ -101,3 +102,5 @@ MIT This readme is available in: - [Brazilian portuguese](docs/README.portuguese.md) + +[lean-core-issue]: https://github.com/facebook/react-native/issues/23313