diff --git a/src/PagerViewNativeComponent.ts b/src/PagerViewNativeComponent.ts index 19d935ec..7bfb4ef3 100644 --- a/src/PagerViewNativeComponent.ts +++ b/src/PagerViewNativeComponent.ts @@ -20,7 +20,7 @@ export type OnPageSelectedEventData = Readonly<{ }>; export type OnPageScrollStateChangedEventData = Readonly<{ - pageScrollState: 'idle' | 'dragging' | 'settling'; + pageScrollState: string; //'idle' | 'dragging' | 'settling'; }>; export interface NativeProps extends ViewProps {