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

Question: How to use `scrollIntoView`outside of `CustomScrollView`? #44

Closed mrzmyr closed 2 years ago

mrzmyr commented 2 years ago

Hi @slorber, I want to implement a back to top button. How do I use scrollIntoView outside CustomScrollView? The button for the back button should be sticky, that's why I want to have it outside the scroll container.

Thank you :)

slorber commented 2 years ago

it is 100% impossible sorry, because this method actually controls the scroll position of the parent scrollview, so a scrollview is mandatory