react-native-swipe-gestures
react-native-swipe-gestures copied to clipboard
Add 'swipeEnabled' prop
When false, the view cannot be swiped. The default value is true.
Thank you for PR.
How about use this.props.swipeEnabled
with defaultProps
without componentDidUpdate
?
Component.defaultProps = {
swipeEnabled: true,
}
Any updates on this?
@JeffGuKang When do you plan to merge this?
@dioseltorre Sorry for late reply. I will manage this until this week.
...