ソースを参照

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