mirror of
https://github.com/zhigang1992/react-native-popover-view.git
synced 2026-01-12 22:50:38 +08:00
Merge pull request #4 from jjshammas/master
Runtime error because of wrong dependency path
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user