Skip to content

Commit

Permalink
add onScroll prop back to BottomSheetFlashListProps
Browse files Browse the repository at this point in the history
  • Loading branch information
hannomargelo committed Jan 10, 2025
1 parent 50f7ea7 commit bf5f065
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ try {

export type BottomSheetFlashListProps<T> = Omit<
Animated.AnimateProps<FlashListProps<T>>,
'decelerationRate' | 'onScroll' | 'scrollEventThrottle'
'decelerationRate' | 'scrollEventThrottle'
> &
BottomSheetScrollableProps & {
ref?: Ref<React.FC>;
Expand Down

0 comments on commit bf5f065

Please sign in to comment.