slorber / react-native-scroll-into-view

Scroll a ReactNative View into the visible screen. Similar to DOMElement.scrollIntoView() browser function.
https://thisweekinreact.com
MIT License
415 stars 13 forks source link

Listen to where user currently is #31

Open Stevemoretz opened 3 years ago

Stevemoretz commented 3 years ago

This is a great library thanks a lot, but wouldn't this be practical to get current view that user got to? That way we can build tabs for scrolling for example and user scrolls manually then the tab index can change automatically.