Skip to content

Commit bf5f065

Browse files
committed
add onScroll prop back to BottomSheetFlashListProps
1 parent 50f7ea7 commit bf5f065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/bottomSheetScrollable/BottomSheetFlashList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ try {
2020

2121
export type BottomSheetFlashListProps<T> = Omit<
2222
Animated.AnimateProps<FlashListProps<T>>,
23-
'decelerationRate' | 'onScroll' | 'scrollEventThrottle'
23+
'decelerationRate' | 'scrollEventThrottle'
2424
> &
2525
BottomSheetScrollableProps & {
2626
ref?: Ref<React.FC>;

0 commit comments

Comments
 (0)