소스 검색

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

Guy Carmeli 7 년 전
부모
커밋
fcc4d99bad
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1
    3
      docs/adding-buttons-to-the-navigator.md

+ 1
- 3
docs/adding-buttons-to-the-navigator.md 파일 보기

@@ -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