How to implement curved-start only bottom navigation bar in react/react-native? – React native
I want to make such bottom navigation bar, the curve is fixed there and does not move when you press the tab buttons, tried both svg paths and d3-shapes But could not manage to find the correct points/dimensions to make…