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 ae3b9f3 commit 197ce04Copy full SHA for 197ce04
example/src/App.tsx
@@ -9,7 +9,7 @@ export default function App() {
9
<View style={styles.container}>
10
<Slider
11
value={value}
12
- onValueChange={(val) => {
+ onValueChange={(val: number) => {
13
console.log('Slider value:', val);
14
}}
15
maxValue={100}
tsconfig.json
@@ -2,7 +2,7 @@
2
"compilerOptions": {
3
"rootDir": ".",
4
"paths": {
5
- "react-native-animated-slider": ["./src/index"]
+ "@jellify-music/react-native-reanimated-slider": ["./src/index"]
6
},
7
"allowUnreachableCode": false,
8
"allowUnusedLabels": false,
0 commit comments