Skip to content

Commit 76ac95b

Browse files
committed
💚
1 parent d6a8b8b commit 76ac95b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/src/external/reanimated/interpolators.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ import { useCallback, useMemo } from "react";
88
import type { SkPath, SkPoint } from "../../skia/types";
99
import { interpolatePaths, interpolateVector } from "../../animation";
1010
import { Skia } from "../../skia";
11+
import { Platform } from "../../Platform";
1112

1213
import {
1314
useAnimatedReaction,
1415
useFrameCallback,
1516
useSharedValue,
1617
useDerivedValue,
1718
} from "./moduleWrapper";
18-
import { Platform } from "../../Platform";
1919

2020
export const notifyChange = (value: SharedValue<unknown>) => {
2121
"worklet";

0 commit comments

Comments
 (0)