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