Currently, the TabNavigator doesn't support all possible cases, we need an API that will respect these and more:
the list provided by @satya164:
1) iOS style tabs, no animation or gestures,
2) material top tabs, slide animation, swipe gesture,
3) material bottom navigation, cross-fade animation, no gestures
I'm not sure if we want to have a few different navigators for this, I would more like to have a single TabNavigator API that will allow users to do all of these things.
Currently, the
TabNavigator
doesn't support all possible cases, we need an API that will respect these and more:the list provided by @satya164: 1) iOS style tabs, no animation or gestures, 2) material top tabs, slide animation, swipe gesture, 3) material bottom navigation, cross-fade animation, no gestures
I'm not sure if we want to have a few different navigators for this, I would more like to have a single TabNavigator API that will allow users to do all of these things.
Thoughts?