react-native-popover-view
Advanced tools
Comparing version 5.1.1 to 5.1.2
@@ -27,3 +27,3 @@ import { Animated, StyleProp, ViewStyle } from 'react-native'; | ||
export declare type PopoverProps = { | ||
children: ReactNode; | ||
children?: ReactNode; | ||
isVisible?: boolean; | ||
@@ -30,0 +30,0 @@ placement?: Placement | Array<Placement>; |
{ | ||
"name": "react-native-popover-view", | ||
"version": "5.1.1", | ||
"version": "5.1.2", | ||
"description": "A <Popover /> component for react-native iOS, Android, and Web", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -35,3 +35,3 @@ import { Animated, StyleProp, ViewStyle } from 'react-native'; | ||
export type PopoverProps = { | ||
children: ReactNode; | ||
children?: ReactNode; | ||
isVisible?: boolean; | ||
@@ -38,0 +38,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
276569