react-native-modal
Advanced tools
Comparing version 7.0.0 to 7.0.1
{ | ||
"name": "react-native-modal", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "An enhanced React-Native modal", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -176,3 +176,3 @@ # react-native-modal | ||
isVisible={this.state.isVisible} | ||
deviceHeight={deviceWidth} | ||
deviceWidth={deviceWidth} | ||
deviceHeight={deviceHeight} | ||
@@ -179,0 +179,0 @@ > |
@@ -430,3 +430,3 @@ import React, { Component } from "react"; | ||
} = this.props; | ||
const deviceWidth = deviceHeightProp || this.state.deviceWidth; | ||
const deviceWidth = deviceWidthProp || this.state.deviceWidth; | ||
const deviceHeight = deviceHeightProp || this.state.deviceHeight; | ||
@@ -433,0 +433,0 @@ |
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
34683