How to make border radius in the tab navigation in react native
Hey,
I’m react native beginner and I use react navigation v5.0 in my projects
but when I design my app I design the tab navigation with a custom border radius (for example I make the top-left and top-right border radius in 33px).
However, when I try to apply this design in react native I didn’t know how to do this in react navigation and I watched in the YouTube I didn’t get what I really want and even the documentation didn’t get what I want.
Is any one have an idea how to apply this in the tab navigation ?