react-native-invertible-scroll-view
Advanced tools
Comparing version 1.1.1 to 2.0.0
@@ -1,3 +0,1 @@ | ||
'use strict'; | ||
import createReactClass from 'create-react-class'; | ||
@@ -85,2 +83,2 @@ import PropTypes from 'prop-types'; | ||
module.exports = InvertibleScrollView; | ||
export default InvertibleScrollView; |
{ | ||
"name": "react-native-invertible-scroll-view", | ||
"version": "1.1.1", | ||
"version": "2.0.0", | ||
"description": "An invertible ScrollView for React Native", | ||
@@ -16,3 +16,3 @@ "main": "InvertibleScrollView.js", | ||
], | ||
"author": "Charlie Cheever <ccheever@getexponent.com>", | ||
"author": "Expo <support@expo.io>", | ||
"license": "MIT", | ||
@@ -24,7 +24,7 @@ "bugs": { | ||
"dependencies": { | ||
"create-react-class": "^15.6.0", | ||
"prop-types": "^15.5.10", | ||
"react-clone-referenced-element": "^1.0.1", | ||
"create-react-class": "^15.6.3", | ||
"prop-types": "^15.7.2", | ||
"react-clone-referenced-element": "^1.1.0", | ||
"react-native-scrollable-mixin": "^1.0.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
13028
71
Updatedcreate-react-class@^15.6.3
Updatedprop-types@^15.7.2