如何在Google Google这样的react native应用中添加分页功能?

时间:2019-06-05 08:40:22

标签: reactjs pagination native

我想在诸如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}
    />

0 个答案:

没有答案