expo / react-native-infinite-scroll-view

An infinitely scrolling view that notifies you as the scroll offset approaches the bottom
MIT License
519 stars 57 forks source link

Can't scroll: Adding a ListView as the only child of the Scroll View snaps the lists scroll offset to the top. #22

Closed SudoPlz closed 8 years ago

SudoPlz commented 8 years ago

If I add a ListView within the ScrollableTabView the List always takes me back to the top no matter how much I try to scroll.

Has anyone else experienced this?