UNPKG

react-native-modal-2

Version:

A powerful, customizable modal library for React Native with smooth animations, touchable backdrop, and comprehensive TypeScript support.

5 lines (4 loc) 207 B
export { default as Modal } from "./components/Modal"; export { default as AnimatedModal } from "./components/AnimatedModal"; export { default as useModal } from "./hooks/useModal"; export * from "./types";