cooperka / react-native-immutable-list-view

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

Added ListView ref #15

Closed loiclouvet closed 7 years ago

loiclouvet commented 7 years ago

Work around for #14

cooperka commented 7 years ago

Thanks for the PR @loiclouvet. It seems fine to merge but honestly I'd rather just implement the three methods directly (scrollTo, scrollToEnd, getMetrics) instead of passing the ref. I'll try to get around to it this weekend. Cheers!

loiclouvet commented 7 years ago

You're right ! Will do

cooperka commented 7 years ago

This was included in https://github.com/cooperka/react-native-immutable-list-view/commit/ff6e1bcf1b8267c11e863dbf255a260b5fc2a2f5 as part of a larger feature. Thanks again!