Procházet zdrojové kódy

Update docs after adding support for custom left button on Android (#1014)

Guy Carmeli před 7 roky
rodič
revize
fcc4d99bad
1 změnil soubory, kde provedl 1 přidání a 3 odebrání
  1. 1
    3
      docs/adding-buttons-to-the-navigator.md

+ 1
- 3
docs/adding-buttons-to-the-navigator.md Zobrazit soubor

@@ -59,15 +59,13 @@ class FirstTabScreen extends Component {
59 59
 ```
60 60
 
61 61
 ##### Android left button
62
-On Android, only four button types are supported. You can use them by specifying one of the following ids in your left button definition:
62
+On Android, four button types are supported by default without the need to provide an icon. You can use them by specifying one of the following ids in your left button definition:
63 63
 
64 64
 * back
65 65
 * cancel
66 66
 * accept
67 67
 * sideMenu
68 68
 
69
-> Note: It's currently not possibly to change left button icon on Android.
70
-
71 69
 #### Floating Action Button (FAB) - Android only
72 70
 Each screen can contain a single Fab which is displayed at the bottom right corner of the screen.
73 71