UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

4 lines • 246 B
import { createContext } from 'react'; export const BottomSheetModalInternalContext = /*#__PURE__*/createContext(null); export const BottomSheetModalInternalProvider = BottomSheetModalInternalContext.Provider; //# sourceMappingURL=internal.js.map