Implement Bootstrap Tabs

How can I make something like this https://getbootstrap.com/docs/4.0/components/navs/#pills in my expo app? Tried using react navigator but its not very flexible with tab positioning which is key for me as I need these tabs to be in multiple places across the screen

Hi

It’s not completely clear to me what you’re trying to do but it sounds like you could just put buttons wherever you need them and then call navigation.navigate("xxx") when the buttons are clicked.

If none of the existing navigators work for you you might want to create your own one.

https://reactnavigation.org/docs/custom-navigators