I apologize for asking a question through Github Issues but being the case that Navigation in react-native is a mess this seems like the most appropriate place.
What I am trying to do is have a secondary Tab application within/or having modal like capabilities (dismiss, preserve navigation state).
Basically I would call 'navigator.showModal(...)' and within the modal I could have a tab based application.
To clarify I don't need the Modal to be above the root BottomTabs, rather I need a new set of BottomTabs within the Modal.
Any help is appreciated. Also if this feature requires a pull request I would be willing to investigate it and submit, any direction on this would also be appreciated.
Root | Modal
------------ | -------------
|
Hey
We differentiate between two types of tabbed navigation. BottomTabs are used as main navigation, while TopTabs are used a secondary navigation.
BottomTabs (main form of navigation) are used only in the application's main screen.
TopTabs can be used any where. We officially support TopTabs on Android, but on iOS you can use this
RNN doesn't support the use case you've described. This navigation solution seems very complex and I'd advise against it. You can implement the second BottomTabs in JSX.
@joshuaflores what's this A-to-Z component you are using? Looks native
@brunolemos the screenshots are from beam reddit client, so yes they're native.
@joshuaflores oh, didn't notice the title. thanks
Should be supported in v2 already.