UNPKG

react-native-modal-2

Version:

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

10 lines (7 loc) 262 B
// Export components export { default as Modal } from "./components/Modal"; export { default as AnimatedModal } from "./components/AnimatedModal"; // Export hooks export { default as useModal } from "./hooks/useModal"; // Export types export * from "./types";