react-native-swipe-gestures icon indicating copy to clipboard operation
react-native-swipe-gestures copied to clipboard

Add 'swipeEnabled' prop

Open dioseltorre opened this issue 5 years ago • 5 comments

When false, the view cannot be swiped. The default value is true.

dioseltorre avatar Oct 21 '19 01:10 dioseltorre

Thank you for PR.

How about use this.props.swipeEnabled with defaultProps without componentDidUpdate?

Component.defaultProps = {
  swipeEnabled: true,
}

JeffGuKang avatar Oct 27 '19 02:10 JeffGuKang

Any updates on this?

viktor992 avatar Dec 11 '19 19:12 viktor992

@JeffGuKang When do you plan to merge this?

dioseltorre avatar Dec 13 '19 11:12 dioseltorre

@dioseltorre Sorry for late reply. I will manage this until this week.

JeffGuKang avatar Dec 30 '19 04:12 JeffGuKang

...

Desintegrator avatar Aug 25 '22 12:08 Desintegrator