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

FlatList and fixed height #83

Closed
wants to merge 7 commits into from
Closed

FlatList and fixed height #83

wants to merge 7 commits into from

Conversation

random42
Copy link

Using FlatList for better performances.
A height value to the list is necessary (and was before the FlatList update too) in order to properly scroll the list. Default is 400, but is changeable through the listStyle prop

@theneva
Copy link
Contributor

theneva commented Apr 8, 2019

#65 seems like a more complete migration without the styling stuff. Does that replace this PR, or should both PRs be considered?

@mrlaessig
Copy link
Collaborator

mrlaessig commented Aug 7, 2019

FlatList is merged to master. List height can be passed in through the listStyle prop.

@mrlaessig mrlaessig closed this Aug 7, 2019
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

Successfully merging this pull request may close these issues.

3 participants