BaaS Navigation

Handle Main Navigators for a BaaS integration as DrawerNavigator, BottomTabsNavigator and MainStackNavigator

Uses BassMenu component to implement the side menu.

BaasMenu is the component passed to the DrawersNavigatorarrow-up-right's drawerComponent.

Bottom Tabs

Implements BottomTabsNavigatorarrow-up-right component and it uses it to handle the tabs screens.

The default bottom tabs are the following:

Main Stack Navigator

Implements StackNavigatorarrow-up-right component and it contains the rest of the screens that are part of the main navigation, including the BottomTabsNavigator mentioned above.

The rest of the added screens are the following:

Last updated