Guy Carmeli před 8 roky
rodič
revize
884bad5f87
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      README.md

+ 1
- 1
README.md Zobrazit soubor

@@ -173,7 +173,7 @@ Navigation.startTabBasedApp({
173 173
     {
174 174
       label: 'One', // tab label as appears under the icon in iOS (optional)
175 175
       screen: 'example.FirstTabScreen', // unique ID registered with Navigation.registerScreen
176
-      icon: require('../img/one.png'), // local image asset for the tab icon unselected state (optional)
176
+      icon: require('../img/one.png'), // local image asset for the tab icon unselected state (optional on iOS)
177 177
       selectedIcon: require('../img/one_selected.png'), // local image asset for the tab icon selected state (optional)
178 178
       title: 'Screen One', // title of the screen as appears in the nav bar (optional)
179 179
       navigatorStyle: {}, // override the navigator style for the tab screen, see "Styling the navigator" below (optional),