New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-native-popup-modal

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-popup-modal

Animated modal pop-up for react-native apps

latest
npmnpm
Version
1.0.0
Version published
Maintainers
0
Created
Source

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.

Keywords

modal

FAQs

Package last updated on 01 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts