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) 229 B
import React from "react"; import { AnimatedModalProps } from "../types"; /** * AnimatedModal component with various animation options */ declare const AnimatedModal: React.FC<AnimatedModalProps>; export default AnimatedModal;