Browse Source

Update README.md

Guy Carmeli 8 years ago
parent
commit
884bad5f87
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

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