Skip to content
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

<FlastList /> overflow visible is not working in Android #25592

Closed
pixelize opened this issue Jul 11, 2019 · 4 comments
Closed

<FlastList /> overflow visible is not working in Android #25592

pixelize opened this issue Jul 11, 2019 · 4 comments
Labels
Bug Flow Platform: Android Android applications. Stale There has been a lack of activity on this issue and it may be closed soon.

Comments

@pixelize
Copy link

React Native version:
0.59.8

Steps To Reproduce

  1. Create a flatlist
  2. Add an elevation to the item & overflow: "hidden" on the <FlatList />

Describe what you expected to happen:
The overflow seems working fine on iOS because we can see the card shadows but on Android, elevation is not visible because overflow: hidden seems not working on the <FlatList />

ios
android

Snack, code example, or link to a repository:
https://snack.expo.io/@pixelize_/flatlist-overflow-bug

@pixelize pixelize added the Bug label Jul 11, 2019
@pixelize pixelize changed the title <FlastList /> overflow vissible is not working in Android <FlastList /> overflow visible is not working in Android Jul 11, 2019
@react-native-bot react-native-bot added Flow Platform: Android Android applications. labels Jul 11, 2019
@chubillkelvin
Copy link

I think this is the design of the Android platform.

I have tried doing overflow with Image and FlatList, and neither of them work on Android - it seems this is not supported by Android at all.

You can find more insight (and a workaround) in #6802.

@pixelize
Copy link
Author

@RageBill thanks for the insight ;)

@stale
Copy link

stale bot commented Oct 13, 2019

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions.

@stale stale bot added the Stale There has been a lack of activity on this issue and it may be closed soon. label Oct 13, 2019
@stale
Copy link

stale bot commented Oct 20, 2019

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.

@stale stale bot closed this as completed Oct 20, 2019
@facebook facebook locked as resolved and limited conversation to collaborators Oct 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Flow Platform: Android Android applications. Stale There has been a lack of activity on this issue and it may be closed soon.
Projects
None yet
Development

No branches or pull requests

3 participants