Skip to content

Commit

Permalink
ANDROID-15161 Update README.md (#144)
Browse files Browse the repository at this point in the history
* Update README.md

Update showBackButton documentation

* Updated comment according to comment

* Format text
  • Loading branch information
pmartinbTEF authored Sep 12, 2024
1 parent 7bbf7f8 commit 8268e7c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,10 @@ updateNavigationBar = ({
- `expandedTitle`: updates NavigationBar expandedTitle. If the value is an
empty string, the expanded navigation bar will not be shown. Only available
in native app versions >= 11.8
- `showBackButton`: shows or hides back icon in NavigationBar
- `showBackButton`: shows or hides back icon in NavigationBar. On android, in
case window does not support showing a back button (currently internal with
modal presentation, which shows an X) this flag is ignored, as in these
cases back navigation is always performed with the native back button
- `showReloadButton`: shows or hides NavigationBar Reload button
- `showProfileButton`: **DEPRECATED**. New apps will ignore this field
- `backgroundColor`: change NavigationBar background color, use a hex color
Expand Down

0 comments on commit 8268e7c

Please sign in to comment.