issues
search
maxs15
/
react-native-modalbox
A <Modal/> component for react-native
MIT License
2.9k
stars
505
forks
source link
Fixes for animation and PanResponder
#242
Closed
Artexoid
closed
4 years ago
Artexoid
commented
6 years ago
line 378: added _this because PanResponder methods lost context and this.state and this.props not Available.
line 385: removed "if" condition because modal didn't animate top (in position 0) after little swipe down.
little syntax correction