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 f88ab6a commit 591f0d8Copy full SHA for 591f0d8
src/index.tsx
@@ -1,3 +1,7 @@
1
+if (!('__reanimatedWorkletInit' in global)) {
2
+ Object.assign(global, { __reanimatedWorkletInit: () => {} });
3
+}
4
+
5
export type { TCarouselProps, ICarouselInstance } from './types';
6
import Carousel from './Carousel';
7
0 commit comments