1.0.0 • Published 12 months ago

react-native-popup-modal v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

Getting Started

Installation

npm i react-native-popup-modal --save

Usage

  1. Import package
import AnimatedModal from 'react-native-popup-modal';
  1. Now, you can use the package like this (on any action)
import AnimatedModal from 'react-native-popup-modal';   // import package
<AnimatedModal>
  {children}
</AnimatedModal>
  1. Modal images.