react-native-swipeout
react-native-swipeout copied to clipboard
My view is change after use swipeout.
My view is change after use swipeout, happen on ios, android is fine.
Before
After
same to
I have the same issue. It's due when the flexDirection is set to 'row'. I've not been able to find a solution however..
Seems like moving to react native 0.55.2 introduces this problem on iOS. Returning to 0.54.4 fixes the problem. Didn't find other solution yet. opened #262 for that.
Same issue on 0.55.3 ;(
Thanks! I'll try it to see how it works...
@EyalSi 0.54.4 doesn't work for me, it gives me error:
Uncaught ReferenceError: regeneratorRuntime is not defined
update to 0.56-rc or retruning to 0.54.4 fixes the problem.