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) 273 B
import type { NavigatorBottomBarProps } from './components/BottomBarView/model'; import type { ScreenBottomBarProps } from './components/MenuItemView/model'; export type CurvedBottomBarTypeProps = { Navigator: NavigatorBottomBarProps; Screen: ScreenBottomBarProps; };