mirror of
https://github.com/zhigang1992/react-native-popover-view.git
synced 2026-01-12 22:50:38 +08:00
error including dependencies from react native
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/Easing');
|
||||
var noop = () => {};
|
||||
|
||||
var {height: SCREEN_HEIGHT, width: SCREEN_WIDTH} = Dimensions.get('window');
|
||||
@@ -38,6 +38,7 @@ var Popover = React.createClass({
|
||||
propTypes: {
|
||||
isVisible: PropTypes.bool,
|
||||
onClose: PropTypes.func,
|
||||
backdropColor: PropTypes.string
|
||||
},
|
||||
getInitialState() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user