From f294f32bb4fa8978d59f648fe9d5bbe5f43aef9a Mon Sep 17 00:00:00 2001 From: Jesse Katsumata Date: Sat, 28 Dec 2019 10:56:31 +0900 Subject: [PATCH] docs: add Lean Core badge --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b974fb8..35cf68d 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # react-native-status-bar -[![npm package](https://img.shields.io/npm/v/@react-native-community/status-bar.svg)](https://www.npmjs.org/package/@react-native-community/status-bar) -[![CircleCI Status](https://img.shields.io/circleci/project/github/react-native-community/react-native-statusbar/master.svg)](https://circleci.com/gh/react-native-community/workflows/react-native-netinfo/tree/master) ![Supports Android and iOS](https://img.shields.io/badge/platforms-android%20|%20ios-lightgrey.svg) -![MIT License](https://img.shields.io/npm/l/@react-native-community/status-bar.svg) +[![npm package](https://img.shields.io/npm/v/@react-native-community/status-bar.svg?style=flat-square)](https://www.npmjs.org/package/@react-native-community/status-bar) +[![CircleCI Status](https://img.shields.io/circleci/project/github/react-native-community/react-native-statusbar/master.svg?style=flat-square)](https://circleci.com/gh/react-native-community/workflows/react-native-netinfo/tree/master) ![Supports Android and iOS](https://img.shields.io/badge/platforms-android%20|%20ios-lightgrey.svg) +![MIT License](https://img.shields.io/npm/l/@react-native-community/status-bar.svg?style=flat-square) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) +[![Lean Core Extracted](https://img.shields.io/badge/Lean%20Core-Extracted-brightgreen.svg?style=flat-square)][lean-core-issue] ## Getting started @@ -283,3 +284,4 @@ Status bar animation | fade | Fade animation | | slide | Slide animation | +[lean-core-issue]:https://github.com/facebook/react-native/issues/23313 \ No newline at end of file