Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-modal

Package Overview
Dependencies
Maintainers
2
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-modal - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "react-native-modal",
"version": "2.0.0",
"version": "2.0.1",
"description": "An enhanced React-Native modal",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -1,3 +0,4 @@

# react-native-animated-modal
A customizable react-native animated modal.
# react-native-modal
An enhanced, animated and customizable react-native modal.
Previously known as `react-native-animated-modal`.

@@ -12,3 +13,3 @@ # Gifs!

## Description
This component enhances the original react-native modal by adding animations and many possible customizations while still providing nice defaults:
This component enhances the original react-native modal by adding animations and many possible customization options while still providing nice defaults:
- You can customize the backdrop opacity, color, animation type and animation timing.

@@ -21,3 +22,3 @@ - You can provide your own content and customize its animation type and animation timing.

## Setup
This library is available on npm, install it with: `npm install --save react-native-animated-modal`.
This library is available on npm, install it with: `npm install --save react-native-modal`.

@@ -28,5 +29,5 @@ ## Usage

import { Text, TouchableOpacity, View } from 'react-native'
import Modal from 'react-native-animated-modal'
import Modal from 'react-native-modal'
export default class AnimatedModalTester extends Component {
export default class ModalTester extends Component {
state = {

@@ -78,3 +79,3 @@ isModalVisible: false

Take a look at [react-native-animatable](https://github.com/oblador/react-native-animatable) for available animations.
Pull requests and suggestions are welcome!
P.S.: Thanks @oblador for react-native-animatable!
Pull requests, feedbacks and suggestions are welcome!
P.S.: Thanks @oblador for react-native-animatable and @brentvatne for the npm namespace!
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc