React Native version:
0.59.8
Steps To Reproduce
- Create a flatlist
- 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 />


Snack, code example, or link to a repository:
https://snack.expo.io/@pixelize_/flatlist-overflow-bug
React Native version:
0.59.8
Steps To Reproduce
<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: hiddenseems not working on the<FlatList />Snack, code example, or link to a repository:
https://snack.expo.io/@pixelize_/flatlist-overflow-bug