UNPKG

react-native-underline-tabbar

Version:

Custom Tabbar for https://github.com/skv-headless/react-native-scrollable-tab-view

11 lines (8 loc) 197 B
/** * Created by Konstantin Yakushin. * react-native-underline-tabbar */ // @flow import TabBar from './lib/TabBar'; export type { TabType, Props } from './lib/TabBar'; export default TabBar;