UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

28 lines (27 loc) • 2.45 kB
export { default } from './components/bottomSheet'; export { default as BottomSheetModal } from './components/bottomSheetModal'; export { default as BottomSheetModalProvider } from './components/bottomSheetModalProvider'; export { useBottomSheet } from './hooks/useBottomSheet'; export { useBottomSheetModal } from './hooks/useBottomSheetModal'; export { useBottomSheetSpringConfigs } from './hooks/useBottomSheetSpringConfigs'; export { useBottomSheetTimingConfigs } from './hooks/useBottomSheetTimingConfigs'; export { useBottomSheetInternal } from './hooks/useBottomSheetInternal'; export { useBottomSheetDynamicSnapPoints } from './hooks/useBottomSheetDynamicSnapPoints'; export { BottomSheetScrollView, BottomSheetSectionList, BottomSheetFlatList, BottomSheetVirtualizedList, } from './components/bottomSheetScrollable'; export { default as BottomSheetHandle } from './components/bottomSheetHandle'; export { default as BottomSheetDraggableView } from './components/bottomSheetDraggableView'; export { default as BottomSheetView } from './components/bottomSheetView'; export { default as BottomSheetTextInput } from './components/bottomSheetTextInput'; export { default as BottomSheetBackdrop } from './components/bottomSheetBackdrop'; export { default as BottomSheetFooter } from './components/bottomSheetFooter'; export declare const TouchableHighlight: typeof import("react-native").TouchableHighlight, TouchableOpacity: typeof import("react-native").TouchableOpacity, TouchableWithoutFeedback: typeof import("react-native").TouchableWithoutFeedback; export type { BottomSheetProps } from './components/bottomSheet'; export type { BottomSheetModalProps } from './components/bottomSheetModal'; export type { BottomSheetHandleProps } from './components/bottomSheetHandle'; export type { BottomSheetBackgroundProps } from './components/bottomSheetBackground'; export type { BottomSheetBackdropProps } from './components/bottomSheetBackdrop'; export type { BottomSheetFooterProps } from './components/bottomSheetFooter'; export type { BottomSheetFlatListMethods, BottomSheetScrollViewMethods, BottomSheetSectionListMethods, BottomSheetVirtualizedListMethods, } from './components/bottomSheetScrollable'; export type { ScrollEventsHandlersHookType, GestureEventsHandlersHookType, ScrollEventHandlerCallbackType, GestureEventHandlerCallbackType, } from './types'; export * from './constants'; export { enableLogging } from './utilities/logger';