Type alias NavigationListProps

NavigationListProps: {
    componentProps?: ViewProps;
    items: NavigationListItemProps[];
    style?: StyleProp<ViewStyle>;
}

Props for NavigationList 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: NavigationListItemProps[]

    Items to render in the navigation list

  • Optional style?: StyleProp<ViewStyle>

    Style to set on the item

Generated using TypeDoc