Skip to content

Commit 197ce04

Browse files
chore: ci fixes
1 parent ae3b9f3 commit 197ce04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default function App() {
99
<View style={styles.container}>
1010
<Slider
1111
value={value}
12-
onValueChange={(val) => {
12+
onValueChange={(val: number) => {
1313
console.log('Slider value:', val);
1414
}}
1515
maxValue={100}

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"rootDir": ".",
44
"paths": {
5-
"react-native-animated-slider": ["./src/index"]
5+
"@jellify-music/react-native-reanimated-slider": ["./src/index"]
66
},
77
"allowUnreachableCode": false,
88
"allowUnusedLabels": false,

0 commit comments

Comments
 (0)