0
votes

Does anyone know how to hide the tab bar up top on a flex tabnavigator component? I don't want to see the tab bar at all and I don't need to click on it (I have an automated iterator through the tabs).

I have tried .removeChildren, hideElementAt() with no success. Thanks for any input!

Regards,

Joseph

1

1 Answers

1
votes

I'd recommend using a ViewStack container instead. It's basically a tab navigator without the tabs.