react-native-popover-view
Advanced tools
Comparing version 0.6.8 to 0.6.9
{ | ||
"name": "react-native-popover-view", | ||
"version": "0.6.8", | ||
"version": "0.6.9", | ||
"description": "A <Popover /> component for react-native", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -494,3 +494,3 @@ 'use strict'; | ||
translatePoint: this.getTranslateOrigin(), | ||
callback: () => this.setState({visible: false}, () => this.props.doneClosingCallback()), | ||
callback: () => this.setState({visible: false, forcedContentSize: {}}, () => this.props.doneClosingCallback()), | ||
easing: Easing.inOut(Easing.quad) | ||
@@ -497,0 +497,0 @@ }); |
2826166