We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcc39b2 commit 65a3c66Copy full SHA for 65a3c66
‎docs/docs/animations/overview.md
@@ -24,7 +24,7 @@ import {
24
} from "@shopify/react-native-skia";
25
26
const myComponent = () => {
27
- const progress = useTiming(1, { duration: 1000 });
+ const progress = useTiming({ from: 1, duration: 1000 });
28
return (
29
<Canvas>
30
<Rect
0 commit comments