UNPKG

react-native-curved-bottom-bar

Version:

A high performance, beautiful and fully customizable curved bottom navigation bar for React Native.

8 lines (6 loc) 226 B
import { NavigatorBottomBar } from './components/navigator/type'; import { ScreenBottomBar } from './components/menuItem/type'; export type CurvedBottomBarType = { Navigator: NavigatorBottomBar, Screen: ScreenBottomBar }