We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad7c60a + b7010d7 commit 6d4c9c8Copy full SHA for 6d4c9c8
README.md
@@ -5,7 +5,7 @@ React Native Segmented Control for both iOS and Android
5
## :anchor: Installation
6
7
```sh
8
-npm install react-native-segmented-control
+npm install rn-segmented-control
9
```
10
11
## :wrench: Props
@@ -38,7 +38,7 @@ npm install react-native-segmented-control
38
## :mag: Usage
39
40
```tsx
41
-import SegmentedControl from 'react-native-segmented-control';
+import SegmentedControl from 'rn-segmented-control';
42
43
import * as React from 'react';
44
import { StyleSheet, View } from 'react-native';
0 commit comments