我想在诸如Google搜索之类的react native中添加分页。像这样将数据汇总为每页10个项目。我正在使用react-native-pagination
<Pagination
paginationItems={this.state.items}
pagingEnabled
horizontal
pageNumber={4}
dotSwapAxis
startDotIconName={iconname="chevron-left"}
paginationItemPadSize={3}
startDotFontSize={11}
onChange={this.handlePageChange}
/>