Re-export tab bar views from react-navigation

This commit is contained in:
Brent Vatne
2018-10-23 14:54:00 -07:00
parent 91f230037b
commit b221d2a5dd

View File

@@ -168,4 +168,12 @@ module.exports = {
get DrawerSidebar() {
return require('react-navigation-drawer').DrawerSidebar;
},
// Tabs
get BottomTabBar() {
return require('react-navigation-tabs').BottomTabBar;
},
get MaterialTopTabBar() {
return require('react-navigation-tabs').MaterialTopTabBar;
},
};