This repository has been archived by the owner on Sep 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 649
Not working with React Native 0.55.2 #262
Comments
Same problem in 0.55.3 |
Is there any help? |
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. |
It looks like the fix for this has been merged. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: