react-native-popover-view
Advanced tools
Comparing version 5.1.5 to 5.1.6
@@ -277,2 +277,6 @@ var __extends = (this && this.__extends) || (function () { | ||
rect = _c.sent(); | ||
if ([rect.x, rect.y, rect.width, rect.height].every(function (i) { return i === undefined; })) { | ||
this.debug('calculateRectFromRef - rect not found, all properties undefined'); | ||
return [2 /*return*/]; | ||
} | ||
rect = new Rect(rect.x + horizontalOffset, rect.y + verticalOffset, rect.width, rect.height); | ||
@@ -279,0 +283,0 @@ return [4 /*yield*/, new Promise(function (resolve) { |
{ | ||
"name": "react-native-popover-view", | ||
"version": "5.1.5", | ||
"version": "5.1.6", | ||
"description": "A <Popover /> component for react-native iOS, Android, and Web", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
278787
4373