Skip to content
This repository has been archived by the owner on Feb 8, 2020. It is now read-only.

Commit

Permalink
feat: put material bottom tabs in another repository
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvatne authored and satya164 committed Aug 18, 2019
1 parent 7d73235 commit 42e35f5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 48 deletions.
3 changes: 0 additions & 3 deletions packages/bottom-tabs/createMaterialBottomTabNavigator.js

This file was deleted.

14 changes: 9 additions & 5 deletions packages/bottom-tabs/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,21 @@ module.exports = {
get createMaterialTopTabNavigator() {
return require('./navigators/createMaterialTopTabNavigator').default;
},
get createMaterialBottomTabNavigator() {
return require('./navigators/createMaterialBottomTabNavigator').default;
},

/**
* Views
*/
get BottomTabBar() {
return require('./views/BottomTabBar').default;
},
get MaterialTopTabBar() {
return require('./views/MaterialTopTabBar').default;
},
get BottomTabBar() {
return require('./views/BottomTabBar').default;

/**
* Utils
*/
get createTabNavigator() {
return require('./utils/createTabNavigator').default;
},
};

This file was deleted.

0 comments on commit 42e35f5

Please sign in to comment.