react-native-light-box
Advanced tools
Comparing version 0.6.1 to 0.6.2
@@ -6,13 +6,8 @@ /** | ||
var React = require('react'); | ||
var { | ||
Children, | ||
cloneElement, | ||
PropTypes, | ||
} = React; | ||
var { | ||
import React, { Children, cloneElement, PropTypes } from 'react'; | ||
import { | ||
Animated, | ||
TouchableHighlight, | ||
View, | ||
} = require('react-native'); | ||
} from 'react-native'; | ||
var TimerMixin = require('react-timer-mixin'); | ||
@@ -19,0 +14,0 @@ |
@@ -6,7 +6,4 @@ /** | ||
var React = require('react'); | ||
var { | ||
PropTypes, | ||
} = React; | ||
var { | ||
import React, { Component, PropTypes } from 'react'; | ||
import { | ||
Animated, | ||
@@ -22,3 +19,3 @@ Dimensions, | ||
View, | ||
} = require('react-native'); | ||
} from 'react-native'; | ||
@@ -25,0 +22,0 @@ var WINDOW_HEIGHT = Dimensions.get('window').height; |
{ | ||
"name": "react-native-light-box", | ||
"version": "0.6.1", | ||
"description": "Images etc in Full Screen Lightbox Popovers for React Native", | ||
"version": "0.6.2", | ||
"description": "Lightbox scene transition for React Native http://plan.xyz", | ||
"main": "Lightbox.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
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
16736
378