callstackincubator / rebolt-navigation

Fast and declarative router for Rebolt
https://rebolt-navigation.callstack.com/
MIT License
208 stars 11 forks source link

TabNavigator features/better API #75

Open knowbody opened 6 years ago

knowbody commented 6 years ago

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?