React

React,第1张

React

实际上

renderRow
有四个参数
(rowData, sectionID, rowID, highlightRow)
,您需要第三个而不是第二个。

renderRow={(rowData, sectionID, rowID) => <Card key={rowID} data={rowData}  onPress={this.onCardPress.bind(this,rowData)} /> }

参考:facebook.github.io/react-
native/docs/listview.html#renderrow



欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/4889474.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-11-11
下一篇 2022-11-11

发表评论

登录后才能评论

评论列表(0条)

保存