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

Commit

Permalink
feat: export individual navigators separately. fixes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Aug 18, 2019
1 parent ae7ed68 commit 65b0c46
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/bottom-tabs/createBottomTabNavigator.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/* eslint-disable import/no-commonjs */

module.exports = require('./dist/navigators/createBottomTabNavigator');
3 changes: 3 additions & 0 deletions packages/bottom-tabs/createMaterialBottomTabNavigator.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/* eslint-disable import/no-commonjs */

module.exports = require('./dist/navigators/createMaterialBottomTabNavigator');
3 changes: 3 additions & 0 deletions packages/bottom-tabs/createMaterialTopTabNavigator.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/* eslint-disable import/no-commonjs */

module.exports = require('./dist/navigators/createMaterialTopTabNavigator');

0 comments on commit 65b0c46

Please sign in to comment.