Type alias BottomToolbarProps

BottomToolbarProps: {
    componentProps?: ViewProps;
    items: ToolbarButton[];
    style?: StyleProp<ViewStyle>;
}

Props for BottomToolbar 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: ToolbarButton[]

    Toolbar items to load

  • Optional style?: StyleProp<ViewStyle>

    Style to set on the item

Generated using TypeDoc