cooperka / react-native-immutable-list-view

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

Publish new version that uses stable VirtualizedList #22

Closed cooperka closed 7 years ago

cooperka commented 7 years ago

The stable version of VirtualizedList is available in the published version of React Native as of v0.43 (under Libraries/CustomComponents/Lists). I plan to make a major version update to support this and then ANOTHER major version update to support v0.44 after the component moves directories again (under Libraries/Lists).

The final update to use Libraries/Lists is planned to be version 1.0.0 of this module :)

andon commented 7 years ago

I think you can close this now :) With 0.5.0 release, you already use real VirtualizedList that is under Libraries/Lists in RN 0.44: https://github.com/cooperka/react-native-immutable-list-view/blob/5ec537c7215893b86a501a67359abb583d6b6001/src/ImmutableVirtualizedList.js#L3

cooperka commented 7 years ago

Yes indeed! It worked out better than originally expected. I'm still going to release 1.0.0 soon, hopefully this weekend if I make the time for it.