HeaderBackButtonProps: HeaderButtonProps & {
    label?: string;
}

Type declaration

  • Optional label?: string

    Label text for the button. Usually the title of the previous screen. By default, this is only shown on iOS.