Skip to content

Commit 785117b

Browse files
committed
fix: update package name
1 parent cfdf4dc commit 785117b

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# react-native-range-slider-fast
1+
# react-native-fast-range-slider
22

33
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.**
44

@@ -56,15 +56,15 @@ yarn add react-native-reanimated react-native-gesture-handler
5656
## Installation
5757

5858
```bash
59-
npm install react-native-range-slider-fast
59+
npm install react-native-fast-range-slider
6060
# or
61-
yarn add react-native-range-slider-fast
61+
yarn add react-native-fast-range-slider
6262
```
6363

6464
## Usage
6565

6666
```javascript
67-
import RangeSlider from 'react-native-range-slider-fast';
67+
import RangeSlider from 'react-native-fast-range-slider';
6868

6969
const YourComponent = () => {
7070
const handleValuesChange = (values) => {
@@ -215,5 +215,6 @@ See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the
215215
MIT
216216

217217
---
218+
Written by Amit Palomo
218219

219220
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)

example/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
SafeAreaView,
88
StatusBar,
99
} from 'react-native';
10-
import RangeSlider from 'react-native-range-slider-fast';
10+
import RangeSlider from 'react-native-fast-range-slider';
1111

1212
function App() {
1313
const MIN = 0;

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-native-range-slider-fast",
2+
"name": "react-native-fast-range-slider",
33
"version": "0.3.1",
44
"description": "A high-performance React Native range slider with smooth animations and precise touch controls using react-native-reanimated",
55
"source": "./src/index.tsx",
@@ -54,14 +54,14 @@
5454
],
5555
"repository": {
5656
"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"
5858
},
5959
"author": "Amit Palomo <[email protected]> (https://github.com/amitpdev)",
6060
"license": "MIT",
6161
"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"
6363
},
64-
"homepage": "https://github.com/amitpdev/react-native-range-slider-fast#readme",
64+
"homepage": "https://github.com/amitpdev/react-native-fast-range-slider#readme",
6565
"publishConfig": {
6666
"registry": "https://registry.npmjs.org/"
6767
},

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10089,9 +10089,9 @@ __metadata:
1008910089
languageName: node
1009010090
linkType: hard
1009110091

10092-
"react-native-range-slider-fast@workspace:.":
10092+
"react-native-fast-range-slider@workspace:.":
1009310093
version: 0.0.0-use.local
10094-
resolution: "react-native-range-slider-fast@workspace:."
10094+
resolution: "react-native-fast-range-slider@workspace:."
1009510095
dependencies:
1009610096
"@commitlint/config-conventional": ^19.6.0
1009710097
"@eslint/compat": ^1.2.7

0 commit comments

Comments
 (0)