cooperka / react-native-immutable-list-view

:scroll: Drop-in replacement for ListView, FlatList, and VirtualizedList.
MIT License
205 stars 30 forks source link

Cannot use 'numColumns' prop of FlatList on ImmutableVirtualizedList. #36

Closed ghost closed 6 years ago

cooperka commented 6 years ago

Hi @danphilip, thanks for the report. FlatList is a separate component, so if it has special props like numColumns that aren't supported by VirtualizedList, then ImmutableVirtualizedList will not support them either. Let me know if you have other questions.