UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

4 lines • 234 B
import { createContext } from 'react'; export const BottomSheetGestureHandlersContext = /*#__PURE__*/createContext(null); export const BottomSheetDraggableContext = /*#__PURE__*/createContext(null); //# sourceMappingURL=gesture.js.map