React Native: borderTopLeft(Right)Radius behave differently on iOS and Android
I would like to have a semi-circle as you can see on the right side of the screenshot ( Android ). However, the result looks differently on iOS. Looks like borderTopStartRadius and borderTopEndRadius work differently depending on the platform. The style class is quite simlple and is applied on View component: logo_semiCircle: { width: 150,… Read More React Native: borderTopLeft(Right)Radius behave differently on iOS and Android