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

Add flatlist props to the dropdown #52

Open
Synce opened this issue Nov 5, 2021 · 1 comment
Open

Add flatlist props to the dropdown #52

Synce opened this issue Nov 5, 2021 · 1 comment

Comments

@Synce
Copy link

Synce commented Nov 5, 2021

It would be great to have a way to customize flatlist props like "persistentScrollbar" etc.

@donni106
Copy link
Contributor

this could be possible with dropdownListProps as this gets passed down to the FlatList:

<FlatList
{...dropdownListProps}

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

2 participants