BaaS Navigation
Handle Main Navigators for a BaaS integration as DrawerNavigator, BottomTabsNavigator and MainStackNavigator
Main Menu
Uses BassMenu component to implement the side menu.
BaasMenu is the component passed to the DrawersNavigator's drawerComponent.
Bottom Tabs
Implements BottomTabsNavigator component and it uses it to handle the tabs screens.
The default bottom tabs are the following:
Main Stack Navigator
Implements StackNavigator 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