react-native-modal
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"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! |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
141140
78
0