Perspective tab container security

Ia added a disabled prop to each tab if you make them objects, along with a disabledStyle so you can style disabled tabs how you like. If you want the disabled tab taken out of the flex then add display: none.

I detail this here

You should not dynamically generate your tabs array otherwise your tab contents view indexes will become dislodged, and trying to maintain these via script based on the tabs that are there is just a nightmare