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

react-native-scroll-into-view context is missing. Don't forget to wrap a scrollview with wrapScrollView(ScrollView) and use that ScrollView at the top of the component tree! #54

Open armanvirus opened 2 years ago

armanvirus commented 2 years ago

i think it will be better if a user could able to use it within a specific componet of his choice rather than wraping his entire app app with the customScrollView component