Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

numColumns={3} not working for datalist #26

Open
Shivani12345 opened this issue Feb 6, 2019 · 0 comments
Open

numColumns={3} not working for datalist #26

Shivani12345 opened this issue Feb 6, 2019 · 0 comments

Comments

@Shivani12345
Copy link

Shivani12345 commented Feb 6, 2019

Here is my code,
<MasonryList data={products}
renderItem={({ item }) => }
sorted
getHeightForItem={({ item }) => item.height + 2}
numColumns={3}
keyExtractor={this._keyExtractor}
onEndReached={this.handleLoadMore}
/>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant