dancormier / react-native-swipeout

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

"Overswiping" breaks bottom line visually #231

Open lukewlms opened 7 years ago

lukewlms commented 7 years ago

When I swipe further than is necessary to show the button set, the top line looks good but the bottom line shows a gap. The gap increases the further I swipe to the left. How can this be avoided?

Example:

Swipeout visual break example

prayash commented 6 years ago

@lukewlms: Add your border styles to the Swipeout component itself, and not the child element. It worked for me.