I'm trying to clip element with border-radius on an android device, just like on the iPhone. Do you know how?
I set a borderRadius
on a FlatList
.
On iOS the FlatList
items are cut by the borderRadius
, but on android, they exceed the borderRadius
.
Package json:
My code: