UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

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