'Is there a way to achive a bottom nav bar like this in react native? newbie

Hi i want my bottom nav bar to be like this is there any other way to achieve this?

these is the photo i want to achieve. [1]: https://i.stack.imgur.com/4V0bu.jpg

and this is my TabBarStyle

tabBarStyle: {
          backgroundColor: "#000080",
          height:70,
          borderTopRightRadius:12,
          borderTopLeftRadius:12,
 },


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source