UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

4 lines • 207 B
import { createContext } from 'react'; export const BottomSheetContext = /*#__PURE__*/createContext(null); export const BottomSheetProvider = BottomSheetContext.Provider; //# sourceMappingURL=external.js.map