I was wondering if the following is possible...
I have an instance of react-native-tab-view
There are 3 scenes under this but I only ever want to show 2 of them as selectable on the tab bar itself. The third scene is effectively there but hidden until automatically shown (for a few seconds) if an event happens.
So, I want the following for the UI:
- Tab Bar:
Scene A
|Scene B
- Tab View:
Scene A
|Scene B
|Scene C
Is this possible?