Skip to content

Commit 65a3c66

Browse files
committed
💚 Fix example
1 parent bcc39b2 commit 65a3c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/docs/animations/overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import {
2424
} from "@shopify/react-native-skia";
2525

2626
const myComponent = () => {
27-
const progress = useTiming(1, { duration: 1000 });
27+
const progress = useTiming({ from: 1, duration: 1000 });
2828
return (
2929
<Canvas>
3030
<Rect

0 commit comments

Comments
 (0)