Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-lightbox

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-lightbox - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

9

LightboxOverlay.js

@@ -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(

2

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc