浏览代码

Update screen-api.md

Guy Carmeli 8 年前
父节点
当前提交
2e590bb6e9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      docs/screen-api.md

+ 1
- 1
docs/screen-api.md 查看文件

209
 
209
 
210
 ```js
210
 ```js
211
 this.props.navigator.setTabButton({
211
 this.props.navigator.setTabButton({
212
-  tabIndex: 0, // (optional) if missing, the badge will be added to this screen's tab
212
+  tabIndex: 0, // (optional) if missing, the icon will be added to this screen's tab
213
   icon: require('../img/one.png'), // local image asset for the tab icon unselected state (optional)
213
   icon: require('../img/one.png'), // local image asset for the tab icon unselected state (optional)
214
   selectedIcon: require('../img/one_selected.png'), // local image asset for the tab icon selected state (optional, iOS only)
214
   selectedIcon: require('../img/one_selected.png'), // local image asset for the tab icon selected state (optional, iOS only)
215
 });
215
 });