react-native-popover-view
Advanced tools
Comparing version 5.1.6 to 5.1.7
@@ -5,3 +5,3 @@ import { Component, RefObject, ReactNode } from 'react'; | ||
import { Rect, PopoverProps, Placement, Mode, Point, Size } from './Types'; | ||
interface PublicPopoverProps extends Omit<PopoverProps, 'displayArea' | 'arrowSize'> { | ||
export interface PublicPopoverProps extends Omit<PopoverProps, 'displayArea' | 'arrowSize'> { | ||
displayArea?: Pick<Rect, 'x' | 'y' | 'width' | 'height'>; | ||
@@ -8,0 +8,0 @@ arrowSize?: Pick<Size, 'width' | 'height'>; |
{ | ||
"name": "react-native-popover-view", | ||
"version": "5.1.6", | ||
"version": "5.1.7", | ||
"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
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
278801
28336