We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3a90da commit 0a13077Copy full SHA for 0a13077
1 file changed
index.js
@@ -363,7 +363,7 @@ export default class ModalBox extends React.PureComponent {
363
return true;
364
};
365
366
- const animEvt = Animated.event([null, {customY: position}], {useNativeDriver: this.props.useNativeDriver});
+ const animEvt = Animated.event([null, {customY: position}], {useNativeDriver: false});
367
368
const onPanMove = (evt, state) => {
369
const newClosingState =
0 commit comments