gyetvan-andras / react-native-infinite-pager

RN Infinite Paging component
1 stars 1 forks source link

react-native-infinite-pager

RN Infinite Paging component

Install

npm i --save https://github.com/gyetvan-andras/react-native-infinite-pager.git

Usage

<InfinitePager 
    renderItem={this.renderItem}
    initialKey={100}
    prevKey={this.prevKey}
    nextKey={this.nextKey}
    itemWidth={300}
    itemHeight={250}
    vertical={true}
    style={{marginBottom:10}}
/>