瀏覽代碼

Update README.md

Guy Carmeli 8 年之前
父節點
當前提交
884bad5f87
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

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