react-native-swipeout icon indicating copy to clipboard operation
react-native-swipeout copied to clipboard

My view is change after use swipeout.

Open hoangvuanhdevelopervn opened this issue 6 years ago • 7 comments

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

hoangvuanhdevelopervn avatar Apr 20 '18 07:04 hoangvuanhdevelopervn

same to

qinyuanmao avatar Apr 20 '18 10:04 qinyuanmao

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

Swappdevelopment avatar Apr 21 '18 10:04 Swappdevelopment

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 avatar Apr 21 '18 19:04 EyalSi

Same issue on 0.55.3 ;(

EyalSi avatar Apr 22 '18 15:04 EyalSi

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

zelongc avatar May 05 '18 15:05 zelongc

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

Uncaught ReferenceError: regeneratorRuntime is not defined

zelongc avatar May 05 '18 15:05 zelongc

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

liuqing520it avatar Jun 22 '18 09:06 liuqing520it