react-native-popover-view
Advanced tools
Comparing version 5.1.0 to 5.1.1
import { Animated, StyleProp, ViewStyle } from 'react-native'; | ||
import { ReactNode } from 'react'; | ||
export declare enum Placement { | ||
@@ -26,2 +27,3 @@ TOP = "top", | ||
export declare type PopoverProps = { | ||
children: ReactNode; | ||
isVisible?: boolean; | ||
@@ -28,0 +30,0 @@ placement?: Placement | Array<Placement>; |
{ | ||
"name": "react-native-popover-view", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"description": "A <Popover /> component for react-native iOS, Android, and Web", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
import { Animated, StyleProp, ViewStyle } from 'react-native'; | ||
import { ReactNode } from 'react'; | ||
@@ -34,2 +35,3 @@ // eslint-disable-next-line | ||
export type PopoverProps = { | ||
children: ReactNode; | ||
isVisible?: boolean; | ||
@@ -36,0 +38,0 @@ |
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
276567
57
4354
27768