Merge pull request #4 from jjshammas/master

Runtime error because of wrong dependency path
This commit is contained in:
Jean Regisser
2015-10-28 23:29:45 +01:00

View File

@@ -11,7 +11,7 @@ var {
View
} = React;
var flattenStyle = require('react-native/Libraries/StyleSheet/flattenStyle');
var Easing = require('react-native/Libraries/Animation/Animated/Easing');
var Easing = require('react-native/Libraries/Animated/src/Easing');
var noop = () => {};
var {height: SCREEN_HEIGHT, width: SCREEN_WIDTH} = Dimensions.get('window');