cooperka / react-native-immutable-list-view

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

Make consistent FlatList require #13

Closed grundmanise closed 7 years ago

grundmanise commented 7 years ago

First of all, thanks for such a great component!

I found your lib through your medium blog post, and installed FlatList using provided bash which installs to the .../CustomComponents/Lists, but this component requires it from node_modules/react-native/Libraries/Experimental/, maybe we should change the FlatList import path to the CustomComponents/Lists as the install path from blog?

cooperka commented 7 years ago

Absolutely! Feel free to submit a PR. Otherwise, I should have time to get around to this later today now that it's the weekend.

Update: It's a work in progress, I had to leave before pushing the rest of the changes.

cooperka commented 7 years ago

@grundmanise it should be fixed as of v0.3.1 now :)