Need to make design in react-native bottom navigator as below image – React native
I want a UI simillar to the image in which corners above a view should be rounded in as shown in as image.
I want a UI simillar to the image in which corners above a view should be rounded in as shown in as image.
I've created a custom UIView with a subview containing several square subviews which are sized using layout constraints. I'd like for each subview to be circular so I'm holding a reference to the view in an array, then iterating through…