dancormier / react-native-swipeout

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

feat: enableScroll props #295

Open the-noob-101 opened 6 years ago

the-noob-101 commented 6 years ago

Sometimes, you don't want the content of the swipeable component to scroll with the button.

The props "enableScroll" allows this behaviour.

Default value is true so there is no breaking change in the api, only a new feature added.

balzdur commented 6 years ago

@silentcloud can you merge this PR please? ❤️

charlesrollin commented 5 years ago

Hi, are there any updates on this ? I ended up directly using the fork of @the-noob-101 but the url of the repo does not look very serious in my client's code...

image