Appbar.BackAction
A component used to display a back button in the appbar.
Props
disabled
Type:
boolean
Whether the button is disabled. A disabled button is greyed out and onPress
is not called on touch.
accessibilityLabel
Type:
string
Default value:
'Back'
Accessibility label for the button. This is read by the screen reader when the user taps the button.
style
Type:
any