Hi, thanks for the great package.
I found a runtime crash on React Native (Android) when using search={false}.
Error
TypeError: iterator method is not callable
at _createRenderMask -> VirtualizedList
Root cause
In src/SelectDropdown.js, FlatList gets:
stickyHeaderIndices={search && [0]}
Hi, thanks for the great package.
I found a runtime crash on React Native (Android) when using
search={false}.Error
TypeError: iterator method is not callable
at _createRenderMask -> VirtualizedList
Root cause
In
src/SelectDropdown.js,FlatListgets: