Skip to content

Commit

Permalink
export TabbedView (#1132)
Browse files Browse the repository at this point in the history
* export TabbedView

Useful when you want to create custom tabs component

* Update index.js
  • Loading branch information
n7olkachev authored and charpeni committed Sep 8, 2016
1 parent 4f2a2c7 commit d29eacc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import Actions from './src/Actions';
import * as ActionConst from './src/ActionConst';
import DefaultRenderer from './src/DefaultRenderer';
import TabbedView from './src/TabbedView';
import Modal from './src/Modal';
import NavBar from './src/NavBar';
import Reducer from './src/Reducer';
Expand All @@ -22,6 +23,7 @@ export {
Scene,
Switch,
TabBar,
TabbedView,
getInitialState,
Util,
};

0 comments on commit d29eacc

Please sign in to comment.