dancormier / react-native-swipeout

iOS-style swipeout buttons behind component
MIT License
2.62k stars 649 forks source link

onOpen is calling when we tap the row #223

Open manjeets12 opened 7 years ago

manjeets12 commented 7 years ago

either we need to update README to mention that it is onPress instead of onOpen, because it is showing behaviour of press, onOpen should be different function that should only be called when row is swiped to some extent or fully swiped

munkhorgil commented 7 years ago

Yes exactly, When I try to disable swipeout on open instead it disabled by click. @silentcloud Could you take a look at this ?