Socket
Socket
Sign inDemoInstall

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 5.2.0 to 5.3.0

8

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

@@ -33,3 +33,3 @@ "main": "src/index.js",

"dependencies": {
"prop-types": "15.6.0",
"prop-types": "^15.6.1",
"react-native-animatable": "^1.2.4"

@@ -39,7 +39,7 @@ },

"babel-eslint": "^8.2.2",
"eslint": "^4.18.1",
"eslint": "^4.18.2",
"eslint-plugin-react-app": "^3.0.0",
"husky": "0.14.3",
"lint-staged": "^7.0.0",
"prettier": "^1.10.2",
"prettier": "^1.11.1",
"react": ">=15.0.0",

@@ -46,0 +46,0 @@ "react-native": ">=0.24.0"

@@ -184,2 +184,6 @@ # react-native-modal

### The modal background doesn't animate properly
Are you sure you named the `isVisible` prop correctly? Make sure it is spelled correctly: `isVisible`, not `visible`.
### The modal doesn't change orientation

@@ -193,4 +197,6 @@

## Acknowledgements
Thanks [@oblador](https://github.com/oblador) for react-native-animatable, [@brentvatne](https://github.com/brentvatne) for the npm namespace and to anyone who contributed to this library!
Pull requests, feedbacks and suggestions are welcome!
P.S.: Thanks [@oblador](https://github.com/oblador) for react-native-animatable, [@brentvatne](https://github.com/brentvatne) for the npm namespace and to anyone who contributed to this library!
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