React Native 优化

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

  • build in AsyncStorage
  • using Realm (Realm React Native)[https://realm.io/news/introducing-realm-react-native/]

你可能感兴趣的:(React Native 优化)