-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Android] Overflow does not work and is inconsistent with iOS #17074
Comments
cc @AaaChiuuu maybe you have an idea on what is happening here? By the way I'm interested by any workaround. |
Reviewed By: shergin Differential Revision: D5917111 fbshipit-source-id: e3d97f26b6aada199f700ec6659ace0d7dffd4c5
hmm ok sorry there is a popular Canny for that: https://react-native.canny.io/feature-requests/p/add-overflow-support-to-android |
@slorber - Expo is not up to date with RN updates usually. Is Expo using RN 50? Did the overflow hidden fix land in 50? Or is it going to land in 51? |
Thanks @slorber - so that screenshot, does that mean all those tags is where this code is found? And v0.50.0-rc.0 is where it was first found? |
I guess :) |
+1 and I've got Expo 24.0.0 and using Expo's fork with React-native 51.0.0. |
+1 I am using RN 0.51.0 still same issue |
+1 I am using RN 0.52.0 still same issue . |
same issue,waiting solution |
Any updates on this? |
Would like to know as well.
|
Thanks for posting this! It looks like you may not be using the latest version of React Native, v0.53.0, released on January 2018. Can you make sure this issue can still be reproduced in the latest version? I am going to close this, but please feel free to open a new issue if you are able to confirm that this is still a problem in v0.53.0 or newer. |
This is still an issue. |
Still an issue.. almost with expo i didn't try with a react native clean proyect |
Expo 25 is based on RN 0.52, so it won't work until SDK 26 is published. If you want to claim it's still an issue, make sure you are using RN 0.53 @garan82 @jilb1992 I haven't tested myself, can't tell |
Just to make it clear, it is still an issue on RN 0.53. This has been a problem for a long time. Some people say it's going to be fixed when |
I tried the provided example on a fresh RN 0.53.3 project, it is still an issue indeed. |
Still an issue, RN 0.53.3. Any luck with FlatUIImplementation ? How to test this ? |
RN 0.53 - no luck of finding workaround for this yet, have you guys figured one out? |
Still an issue, RN 0.55.3. |
same issue on RN 0.55.4 |
Is this a bug report?
Yes
Have you read the Contributing Guidelines?
Yes
Environment
Environment:
Expo SDK 23 (RN 50)
Steps to Reproduce
Use this minimal Expo Snack
Expected Behavior
The children elements of the Snack should overflow their parent container (I think), or at least both platforms should handle that Snack consistently which is not the case.
Actual Behavior
The platforms are inconsistent with each others when using the exact same code.
Reproducible Demo
Use this minimal Expo Snack
Additional notes
There has been changes regarding
overflow: hidden
on Android that probably shipped with RN50, so it may be a regression. As far as I know it has been noticed as a regression in my app when updating from Expo22 to Expo23 (which use RN50).I tried using zIndex, position absolute, transforms, overflow visible, collapsable=false... nothing made the inner views overflow correctly on Android.
The text was updated successfully, but these errors were encountered: