Procházet zdrojové kódy

Update top-level-api.md

Guy Carmeli před 7 roky
rodič
revize
c2f45d51fc
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      docs/top-level-api.md

+ 2
- 2
docs/top-level-api.md Zobrazit soubor

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