dancormier / react-native-swipeout

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

Not working with React Native 0.55.2 #262

Closed EyalSi closed 6 years ago

EyalSi commented 6 years ago

Seems like moving to react native 0.55.2 introduces a problem in swipeout on iOS. When swiping on one of the directions, the view will not return completely leaving blank pixels, which will remain hidden grey even after closing the swipe. it gets larger when swiping again... Returning to 0.54.4 fixes the problem ;)

Anyone has a clue how to fix? 10x

EyalSi commented 6 years ago

Same problem in 0.55.3

kevinscience commented 6 years ago

Is there any help?

sbkl commented 6 years ago

Using 0.55.3. Made a test implementing my own PanResponder to get a similar behaviour to the swipeable component using an animated value pulling the list item to the left of the screen. Same issue. The image going out of the screen get the width shrinking when it get back on the screen.

pinguinjkeke commented 6 years ago

https://github.com/facebook/react-native/issues/19244

ryanoboril commented 6 years ago

It looks like the fix for this has been merged.