UNPKG

react-native-modal-2

Version:

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

8 lines (7 loc) 187 B
import React from "react"; import { ModalProps } from "../types"; /** * Modal component with basic animation options */ declare const Modal: React.FC<ModalProps>; export default Modal;