Skip to content

Commit

Permalink
fix: undefined is not function
Browse files Browse the repository at this point in the history
fix #162, fix #159
  • Loading branch information
dohooo committed May 1, 2022
1 parent b8eab41 commit 650f405
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ export type { TCarouselProps, ICarouselInstance } from './types';
import Carousel from './Carousel';

export default Carousel;

// @ts-ignore
global.__reanimatedWorkletInit = () => {};

0 comments on commit 650f405

Please sign in to comment.