소스 검색

Update top-level-api.md

Guy Carmeli 7 년 전
부모
커밋
c2f45d51fc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      docs/top-level-api.md

+ 2
- 2
docs/top-level-api.md 파일 보기

@@ -57,8 +57,8 @@ Navigation.startTabBasedApp({
57 57
   },
58 58
   appStyle: {
59 59
     orientation: 'portrait', // Sets a specific orientation to the entire app. Default: 'auto'. Supported values: 'auto', 'landscape', 'portrait'
60
-    bottomTabBadgeTextColor: 'red', // Optional, change badge text color. Android onlly
61
-    bottomTabBadgeBackgroundColor: 'green' // Optional, change badge background color. Android onlly
60
+    bottomTabBadgeTextColor: 'red', // Optional, change badge text color. Android only
61
+    bottomTabBadgeBackgroundColor: 'green' // Optional, change badge background color. Android only
62 62
   },
63 63
   drawer: { // optional, add this if you want a side menu drawer in your app
64 64
     left: { // optional, define if you want a drawer from the left