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 d6a8b8b commit 76ac95bCopy full SHA for 76ac95b
package/src/external/reanimated/interpolators.ts
@@ -8,14 +8,14 @@ import { useCallback, useMemo } from "react";
8
import type { SkPath, SkPoint } from "../../skia/types";
9
import { interpolatePaths, interpolateVector } from "../../animation";
10
import { Skia } from "../../skia";
11
+import { Platform } from "../../Platform";
12
13
import {
14
useAnimatedReaction,
15
useFrameCallback,
16
useSharedValue,
17
useDerivedValue,
18
} from "./moduleWrapper";
-import { Platform } from "../../Platform";
19
20
export const notifyChange = (value: SharedValue<unknown>) => {
21
"worklet";
0 commit comments