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 96373c6 commit 9a0fbe7Copy full SHA for 9a0fbe7
src/components/bottomSheetScrollable/types.d.ts
@@ -69,7 +69,7 @@ export type ScrollableProps<T> =
69
//#region FlatList
70
export type BottomSheetFlatListProps<T> = Omit<
71
Animated.AnimateProps<FlatListProps<T>>,
72
- 'decelerationRate' | 'onScroll' | 'scrollEventThrottle'
+ 'decelerationRate' | 'scrollEventThrottle'
73
> &
74
BottomSheetScrollableProps & {
75
ref?: Ref<BottomSheetFlatListMethods>;
@@ -148,7 +148,6 @@ export interface BottomSheetFlatListMethods {
148
export type BottomSheetFlashListProps<T> = Omit<
149
FlashListProps<T>,
150
| 'decelerationRate'
151
- | 'onScroll'
152
| 'scrollEventThrottle'
153
| 'renderScrollComponent'
154
0 commit comments