-
Notifications
You must be signed in to change notification settings - Fork 650
fix shrinking children components on every swipe on ios #274
Conversation
What's the plan/timeline for getting this into a published release, I'm surprised more people don't have this issue. |
this does not fix the issue.I am still facing the issue on iOS. React-native:0.55.2 |
I can also confirm this doesn't fix the issue on react-native0.55.4 , iOS. |
@harrymash2006 @robertsolero Hi, How do You test out my solution? On the PR I've changed only file in src folder. I have the fork https://github.com/oleh-mryhlod/react-native-swipeout/tree/distribution with build version that contains my fix, can You try to test it?) It works for me in RN 54 iOS |
yes, I just tried changing the whole index.js file in my node_modules/react-native-swipeout with your index.js but unfortunately issue still persists |
@harrymash2006 to see changes try to change dist/index.js |
Hmm, |
I am using this exact code as below: <Swipeout key={index} backgroundColor= 'transparent' style={{width:'100%',height:40}} autoClose={true} right={[{type:'delete',backgroundColor: 'red', component: ( I have attached the screenshot of simulator and index.txt with modified code you suggested for swipeout component (iPhone 6s ). |
@oleh-mryhlod
and my react-native version is 0.55.4. |
@oleh-mryhlod |
@oleh-mryhlod this fix doesn't solve the problem in RN 55 :( @HunDunDM does it work for you? |
@SilencerWeb
cc @silentcloud |
@silentcloud could u pls check it? it is very serious bug :( |
…ormier#274)" This reverts commit 28c25b3.
This reverts commit 641ef4a.
Fix for #262 #264 #266 issues
Used 'transformX' instead 'left' for styleContentPos