react-native-popup-menu
Advanced tools
Comparing version 0.8.4 to 0.9.0
{ | ||
"name": "react-native-popup-menu", | ||
"version": "0.8.4", | ||
"version": "0.9.0", | ||
"description": "extensible popup/context menu for react native", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -80,3 +80,4 @@ # react-native-popup-menu | ||
| ------------------ | -------------- | | ||
| 0.9 | 0.40 | | ||
| 0.8 | 0.38 | | ||
| 0.7 | 0.18 | |
@@ -55,2 +55,3 @@ import React from 'react'; | ||
easing: Easing.out(Easing.cubic), | ||
useNativeDriver: true | ||
}).start(); | ||
@@ -65,2 +66,3 @@ } | ||
easing: Easing.in(Easing.cubic), | ||
useNativeDriver: true | ||
}).start(resolve); | ||
@@ -67,0 +69,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
36034
988
83