Type alias BottomNavigationBarProps

BottomNavigationBarProps: {
    componentProps?: ViewProps;
    items: NavigationButton[];
    style?: StyleProp<ViewStyle>;
}

Props for BottomNavigationBar component

Type declaration

  • Optional componentProps?: ViewProps

    Direct props to set on the React Native component (including iOS and Android specific props). Most use cases should not need this.

  • items: NavigationButton[]

    Navigation items to load

  • Optional style?: StyleProp<ViewStyle>

    Style to set on the item

Generated using TypeDoc