Skip to content

Commit 6443ac2

Browse files
authoredFeb 17, 2025
fix(šŸŒ): minor issue on RN Web (#2963)
1 parent f33ae0f commit 6443ac2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

ā€Žpackages/skia/src/specs/NativeSkiaModule.web.ts

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable import/no-anonymous-default-export */
12
import type { SkRect } from "../skia/types";
23
import type { ISkiaViewApi } from "../views/types";
34
import type { SkiaPictureView } from "../views/SkiaPictureView.web";
@@ -36,3 +37,6 @@ global.SkiaViewApi = {
3637
});
3738
},
3839
} as ISkiaViewApiWeb;
40+
41+
// eslint-disable-next-line import/no-default-export
42+
export default {};

0 commit comments

Comments
 (0)
Failed to load comments.