Re-export tab bar views from react-navigation

This commit is contained in:
Brent Vatne
2018-10-23 14:54:00 -07:00
parent 000f8afe8f
commit f34095e71a

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;
},
};