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 50f7ea7 commit bf5f065Copy full SHA for bf5f065
src/components/bottomSheetScrollable/BottomSheetFlashList.tsx
@@ -20,7 +20,7 @@ try {
20
21
export type BottomSheetFlashListProps<T> = Omit<
22
Animated.AnimateProps<FlashListProps<T>>,
23
- 'decelerationRate' | 'onScroll' | 'scrollEventThrottle'
+ 'decelerationRate' | 'scrollEventThrottle'
24
> &
25
BottomSheetScrollableProps & {
26
ref?: Ref<React.FC>;
0 commit comments