소스 검색

Include missing backButton prop for android (#4437) (#4667)

the generic buttonColor doesn't work for android. Backbutton color is not documented, see #3454
Ezorken 6 년 전
부모
커밋
56f1287094
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      docs/docs/styling.md

+ 3
- 0
docs/docs/styling.md 파일 보기

@@ -231,6 +231,9 @@ Navigation.mergeOptions(this.props.componentId, {
231 231
   },
232 232
   topBar: {
233 233
     height: 70, // TopBar height in dp
234
+    backButton: {
235
+      color: 'red'
236
+    },
234 237
     borderColor: 'red',
235 238
     borderHeight: 1.3,
236 239
     elevation: 1.5, // TopBar elevation in dp