react-native-popup-modal
v1.0.0
Published
Animated modal pop-up for react-native apps
Downloads
3
Maintainers
Readme
Getting Started
Installation
npm i react-native-popup-modal --save
Usage
- Import package
import AnimatedModal from 'react-native-popup-modal';
- Now, you can use the package like this (on any action)
import AnimatedModal from 'react-native-popup-modal'; // import package
<AnimatedModal>
{children}
</AnimatedModal>
- Modal images.