react-native-popup-menu
Advanced tools
Comparing version 0.15.12 to 0.15.13
{ | ||
"name": "react-native-popup-menu", | ||
"version": "0.15.12", | ||
"version": "0.15.13", | ||
"description": "extensible popup/context menu for react native", | ||
@@ -5,0 +5,0 @@ "main": "build/rnpm.js", |
@@ -23,2 +23,3 @@ /** | ||
skipInstanceCheck?: boolean; | ||
children: React.ReactNode; | ||
} | ||
@@ -55,2 +56,3 @@ | ||
onBackdropPress?(): void; | ||
children?: React.ReactNode; | ||
} | ||
@@ -92,2 +94,4 @@ | ||
onAlternativeAction? (): void; | ||
children?: React.ReactNode; | ||
style?: StyleProp<ViewStyle>; | ||
} | ||
@@ -106,2 +110,3 @@ | ||
testID?: string; | ||
children?: React.ReactNode; | ||
} | ||
@@ -130,2 +135,3 @@ | ||
onSelect?(): any; | ||
children?: React.ReactNode; | ||
} | ||
@@ -132,0 +138,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
445000
4488