Skip to content

Commit 6f76d60

Browse files
committed
💚
1 parent 6f795a4 commit 6f76d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/animations/reanimated2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In the example below, the animation runs on the JS thread due to the use of Rean
2121

2222
```tsx twoslash
2323
import {useEffect} from "react";
24-
import {Canvas, Rect, mix, useValue} from "@shopify/react-native-skia";
24+
import {Canvas, Rect, mix} from "@shopify/react-native-skia";
2525
import {useSharedValue, withRepeat, withTiming, useDerivedValue} from "react-native-reanimated";
2626

2727
const MyComponent = () => {

0 commit comments

Comments
 (0)