react-native-bottom-sheets
Version:
A tiny wrapper around @gorhom/bottom-sheet to make it easier to use in react-native projects.
6 lines (5 loc) • 316 B
TypeScript
import BottomSheet from "./components/BottomSheet";
import BottomSheets from "./components/BottomSheets";
import useBottomSheets from "./hooks/useBottomSheets";
import { BottomSheetProps, BottomSheetsProps } from "./types";
export { BottomSheet, BottomSheets, useBottomSheets, BottomSheetProps, BottomSheetsProps };