react-native-lightbox
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -89,3 +89,10 @@ /** | ||
this.state.pan.setValue(0); | ||
this.setState({ isAnimating: true }); | ||
this.setState({ | ||
isAnimating: true, | ||
target: { | ||
x: 0, | ||
y: 0, | ||
opacity: 1, | ||
} | ||
}); | ||
@@ -92,0 +99,0 @@ Animated.spring( |
{ | ||
"name": "react-native-lightbox", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Images etc in Full Screen Lightbox Popovers for React Native", | ||
@@ -5,0 +5,0 @@ "main": "Lightbox.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
16047
388
0