It used to be possible to pass props to the rendered FlatList instance through the prop "dropdownListProps". For what I can see, there's no possibility to do such thing with the current library. Could this be amended?
I need this feature so that I can programmatically scroll to a specific position, using the FlatList method initialScrollIndex , when the drop down FlatList is rendered.
It used to be possible to pass props to the rendered FlatList instance through the prop "dropdownListProps". For what I can see, there's no possibility to do such thing with the current library. Could this be amended? I need this feature so that I can programmatically scroll to a specific position, using the FlatList method initialScrollIndex , when the drop down FlatList is rendered.
Thanks for the support and great library!