cooperka / react-native-immutable-list-view

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

Doesn't support regular, non-immutable data #2

Closed cooperka closed 7 years ago

cooperka commented 8 years ago

This will be supported soon. Feel free to open a PR!

cooperka commented 7 years ago

This is intentional as of v0.2.x -- mutable data is not planned to ever be supported. It makes things simpler and more performant for everyone if the code can assume that all data will be fully immutable.