美文网首页
React Native 优化

React Native 优化

作者: mimikiy | 来源:发表于2017-02-28 11:45 被阅读0次

listView

  • use build in ListView, IOS use overflow: hidden
  • use react-native-table-view which wrap UITableView
  • use ' react-native-sglistview ' which replace item with blank box bound

Storage


相关文章

网友评论

      本文标题:React Native 优化

      本文链接:https://www.haomeiwen.com/subject/bihzwttx.html