UNPKG

rn-navigation-templates

Version:

navigation templates for react-native

13 lines (11 loc) 321 B
import BottomTabs, { BottomTabsAnimated } from "./templates/BottomTabs"; import { LDrawer, CDrawer } from "./templates/Drawer"; import { TopTabsIconView, TopTabsTextView } from "./templates/TopTabs"; export { BottomTabsAnimated, BottomTabs, LDrawer, CDrawer, TopTabsIconView, TopTabsTextView, };