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.
1 parent bb4c2cb commit 15e880bCopy full SHA for 15e880b
README.md
@@ -22,7 +22,8 @@ react-native run-android
22
### Installation
23
24
```bash
25
-$ npm install --save @kdn0325/react-native-gradient-multi-slider
+$ npm install --save react-native-gradient-multi-slider
26
+$ yarn add -D react-native-gradient-multi-slider
27
```
28
29
### Usage in a ScrollView
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "@kdn0325/react-native-gradient-multi-slider",
+ "name": "react-native-gradient-multi-slider",
3
"version": "1.0.0",
4
"description": "Android and iOS supported pure JS slider component with multiple markers for React Native",
5
"main": "MultiSlider.js",
0 commit comments