Description:
STTVTableView is a high-performance TableView component for React Native app.
Features
- Bridged from “UITableView”,Highly reused,there are only a little free Views
- Support for large list, in theory, the number of Cell almost no effect on performance
- Memory and CPU usage is significantly lower than SectionList
- Support ultra-fast speed slide, support rapid slide to the top!
- The API is simple and straightforward, the parameters have obvious type declarations, and you do not need help documentation to get started quickly
- Support reload
Installation:
# Yarn
$ yarn add sttv-tableview# NPM
$ npm install sttv-tableview –save
