UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

15 lines (13 loc) • 676 B
export { default as BottomSheetFlashList } from './BottomSheetFlashList'; export { default as BottomSheetFlatList } from './BottomSheetFlatList'; export { default as BottomSheetScrollView } from './BottomSheetScrollView'; export { default as BottomSheetSectionList } from './BottomSheetSectionList'; export { default as BottomSheetVirtualizedList } from './BottomSheetVirtualizedList'; export { createBottomSheetScrollableComponent } from './createBottomSheetScrollableComponent'; export type { BottomSheetFlatListMethods, BottomSheetScrollableProps, BottomSheetScrollViewMethods, BottomSheetSectionListMethods, BottomSheetVirtualizedListMethods, } from './types';