From be2e522a0c06a95d4625a376236430f0eeb49ded Mon Sep 17 00:00:00 2001 From: Jesse Katsumata Date: Sun, 29 Dec 2019 21:12:22 +0900 Subject: [PATCH 1/2] chore: add lean core badge --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b888222..4afdea6f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # `@react-native-community/segmented-control` -![CircleCI branch](https://img.shields.io/circleci/project/github/react-native-community/react-native-segmented-control/master.svg) ![npm](https://img.shields.io/npm/v/@react-native-community/segmented-control.svg) +![CircleCI branch][circle-ci-badge] ![npm][npm-badge] [![Lean Core Extracted][lean-core-badge]][lean-core-issue] React Native SegmentedControlIOS library. Use SegmentedControlIOS to render a UISegmentedControl iOS. @@ -108,3 +108,8 @@ Please see the [`contributing guide`](/CONTRIBUTING.md). ## License The library is released under the MIT licence. For more information see [`LICENSE`](/LICENSE). + +[circle-ci-badge]:https://img.shields.io/circleci/project/github/react-native-community/react-native-segmented-control/master.svg +[npm-badge]:https://img.shields.io/npm/v/@react-native-community/segmented-control.svg +[lean-core-badge]: https://img.shields.io/badge/Lean%20Core-Extracted-brightgreen.svg?style=flat-square +[lean-core-issue]: https://github.com/facebook/react-native/issues/23313 \ No newline at end of file From 64662d353fade8ae895d58fba1fbe00754431d00 Mon Sep 17 00:00:00 2001 From: Jesse Katsumata Date: Sun, 29 Dec 2019 21:13:35 +0900 Subject: [PATCH 2/2] chore: match badge style --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4afdea6f..3438ede4 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ Please see the [`contributing guide`](/CONTRIBUTING.md). The library is released under the MIT licence. For more information see [`LICENSE`](/LICENSE). -[circle-ci-badge]:https://img.shields.io/circleci/project/github/react-native-community/react-native-segmented-control/master.svg -[npm-badge]:https://img.shields.io/npm/v/@react-native-community/segmented-control.svg +[circle-ci-badge]:https://img.shields.io/circleci/project/github/react-native-community/react-native-segmented-control/master.svg?style=flat-square +[npm-badge]:https://img.shields.io/npm/v/@react-native-community/segmented-control.svg?style=flat-square [lean-core-badge]: https://img.shields.io/badge/Lean%20Core-Extracted-brightgreen.svg?style=flat-square [lean-core-issue]: https://github.com/facebook/react-native/issues/23313 \ No newline at end of file