Skip to content

Commit c2a769e

Browse files
authored
Update README.md
1 parent b4901dc commit c2a769e

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
1-
# react-native-segmented-control
1+
<div align="center">
2+
<h1>React Native Segmented Control</h1>
23

3-
React Native Segmented Control for both iOS, Android and Web
4+
![npm](https://badgen.net/badge/license/MIT/blue)
5+
[![npm](https://badgen.net/npm/dt/react-native-segmented-control)](https://www.npmjs.com/package/rn-segmented-control)
6+
[![npm](https://badgen.net/npm/v/react-native-segmented-control)](https://www.npmjs.com/package/rn-segmented-control)
7+
[![](https://badgen.net/npm/types/tslib)](https://badgen.net/npm/types/tslib)
48

59
![SegmentedControl (1)](https://user-images.githubusercontent.com/35562287/149624807-88be6b2c-e9ee-4f1d-80d9-8b3711df0a70.gif)
10+
React Native Segmented Control for both iOS, Android and Web 😎
11+
12+
</div>
13+
14+
615

716

817
## :anchor: Installation
@@ -11,6 +20,10 @@ React Native Segmented Control for both iOS, Android and Web
1120
npm install rn-segmented-control
1221
```
1322

23+
```sh
24+
yarn add rn-segmented-control
25+
```
26+
1427
## :wrench: Props
1528

1629
| Name | Description | Required | Type | Default |

0 commit comments

Comments
 (0)