Skip to content

Commit

Permalink
fix(🌍): minor issue on RN Web (#2963)
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon authored Feb 17, 2025
1 parent f33ae0f commit 6443ac2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/skia/src/specs/NativeSkiaModule.web.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable import/no-anonymous-default-export */
import type { SkRect } from "../skia/types";
import type { ISkiaViewApi } from "../views/types";
import type { SkiaPictureView } from "../views/SkiaPictureView.web";
Expand Down Expand Up @@ -36,3 +37,6 @@ global.SkiaViewApi = {
});
},
} as ISkiaViewApiWeb;

// eslint-disable-next-line import/no-default-export
export default {};

0 comments on commit 6443ac2

Please sign in to comment.