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
417 stars 13 forks source link

Update README.md #35

Closed darshanksexathought closed 3 years ago

darshanksexathought commented 3 years ago

in android view was not returning the y position , so by adding renderToHardwareTextureAndroid solves the issue

slorber commented 3 years ago

thanks