dancormier / react-native-swipeout

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

My view is change after use swipeout. #264

Open hoangvuanhdevelopervn opened 6 years ago

hoangvuanhdevelopervn commented 6 years ago

My view is change after use swipeout, happen on ios, android is fine.

Before

simulator screen shot - iphone 6 - 2018-04-20 at 14 27 46

After

simulator screen shot - iphone 6 - 2018-04-20 at 14 28 03

qinyuanmao commented 6 years ago

same to

Swappdevelopment commented 6 years ago

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..

EyalSi commented 6 years ago

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.

EyalSi commented 6 years ago

Same issue on 0.55.3 ;(

zelongc commented 6 years ago

Thanks! I'll try it to see how it works...

zelongc commented 6 years ago

@EyalSi 0.54.4 doesn't work for me, it gives me error:

Uncaught ReferenceError: regeneratorRuntime is not defined

liuqing520it commented 6 years ago

update to 0.56-rc or retruning to 0.54.4 fixes the problem.