The Back button
The back button is added automatically when two or more screens are pushed into the stack.
#
Styling the back buttonThe back button's style can be customised by declaring a backButton options object. This configuration can be part of a screen's static options, or default options.
#
Controling visibilityThe back buttons visbility can be controlled with the visible property.
#
Changing visbility programmaticallyBack button visibility can be changed dynamically using the mergeOptions command. When using a screen's componentId, the change will affect only that specific screen. But when using the stack's id, the change will affect all screens pushed into the stack.
#
Handling the back buttonHandling the back button is not possible. However, you can set a left button with a chevron and handle it like you'd handle any other button and calling Navigation.pop
when desired.