danke77 / react-native-easy-listview-gridview

A wrapper library for ListView and GridView in React Native
MIT License
47 stars 20 forks source link

pass data from props #6

Closed bhavinpatolia closed 6 years ago

bhavinpatolia commented 7 years ago

Hi I want to pass data from props. here is my sample code. can you please guide. const GridList = (data) => (

this.gridview = component} column={3} renderItem={GridItem} refreshHandler={onFetch([products = data])} loadMoreHandler={onFetch([,,,products])} />

);