File tree Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 1
- # react-native-range-slider-fast
1
+ # react-native-fast- range-slider
2
2
3
3
A high-performance React Native range slider component built with [ react-native-reanimated] ( https://docs.swmansion.com/react-native-reanimated ) and [ react-native-gesture-handler] ( https://docs.swmansion.com/react-native-gesture-handler ) for smooth animations and precise touch control. ** Pure JavaScript implementation - no native code required.**
4
4
@@ -56,15 +56,15 @@ yarn add react-native-reanimated react-native-gesture-handler
56
56
## Installation
57
57
58
58
``` bash
59
- npm install react-native-range-slider-fast
59
+ npm install react-native-fast- range-slider
60
60
# or
61
- yarn add react-native-range-slider-fast
61
+ yarn add react-native-fast- range-slider
62
62
```
63
63
64
64
## Usage
65
65
66
66
``` javascript
67
- import RangeSlider from ' react-native-range-slider-fast ' ;
67
+ import RangeSlider from ' react-native-fast- range-slider' ;
68
68
69
69
const YourComponent = () => {
70
70
const handleValuesChange = (values ) => {
@@ -215,5 +215,6 @@ See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the
215
215
MIT
216
216
217
217
---
218
+ Written by Amit Palomo
218
219
219
220
Made with [ create-react-native-library] ( https://github.com/callstack/react-native-builder-bob )
Original file line number Diff line number Diff line change 7
7
SafeAreaView ,
8
8
StatusBar ,
9
9
} from 'react-native' ;
10
- import RangeSlider from 'react-native-range-slider-fast ' ;
10
+ import RangeSlider from 'react-native-fast- range-slider' ;
11
11
12
12
function App ( ) {
13
13
const MIN = 0 ;
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " react-native-range-slider-fast " ,
2
+ "name" : " react-native-fast- range-slider" ,
3
3
"version" : " 0.3.1" ,
4
4
"description" : " A high-performance React Native range slider with smooth animations and precise touch controls using react-native-reanimated" ,
5
5
"source" : " ./src/index.tsx" ,
54
54
],
55
55
"repository" : {
56
56
"type" : " git" ,
57
- "url" : " git+https://github.com/amitpdev/react-native-range-slider-fast .git"
57
+ "url" : " git+https://github.com/amitpdev/react-native-fast- range-slider.git"
58
58
},
59
59
"author" :
" Amit Palomo <[email protected] > (https://github.com/amitpdev)" ,
60
60
"license" : " MIT" ,
61
61
"bugs" : {
62
- "url" : " https://github.com/amitpdev/react-native-range-slider-fast /issues"
62
+ "url" : " https://github.com/amitpdev/react-native-fast- range-slider/issues"
63
63
},
64
- "homepage" : " https://github.com/amitpdev/react-native-range-slider-fast #readme" ,
64
+ "homepage" : " https://github.com/amitpdev/react-native-fast- range-slider#readme" ,
65
65
"publishConfig" : {
66
66
"registry" : " https://registry.npmjs.org/"
67
67
},
Original file line number Diff line number Diff line change @@ -10089,9 +10089,9 @@ __metadata:
10089
10089
languageName : node
10090
10090
linkType : hard
10091
10091
10092
- " react-native-range-slider-fast @workspace:. " :
10092
+ " react-native-fast- range-slider@workspace:. " :
10093
10093
version : 0.0.0-use.local
10094
- resolution : " react-native-range-slider-fast @workspace:."
10094
+ resolution : " react-native-fast- range-slider@workspace:."
10095
10095
dependencies :
10096
10096
" @commitlint/config-conventional " : ^19.6.0
10097
10097
" @eslint/compat " : ^1.2.7
You can’t perform that action at this time.
0 commit comments