react-native-light-box
Advanced tools
Comparing version 0.6.2 to 0.6.3
@@ -131,4 +131,7 @@ /** | ||
this.setState({ | ||
isAnimating: true, | ||
isAnimating: false, | ||
}); | ||
this.state.openVal.setValue(0); | ||
this.props.onClose(); | ||
/* | ||
Animated.spring( | ||
@@ -142,3 +145,3 @@ this.state.openVal, | ||
this.props.onClose(); | ||
}); | ||
});*/ | ||
}, | ||
@@ -145,0 +148,0 @@ |
{ | ||
"name": "react-native-light-box", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"description": "Lightbox scene transition for React Native http://plan.xyz", | ||
@@ -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
16808
381