nikhilaravi / react-native-smart-scroll-view

A smart scroll view component with handling of keyboard events
MIT License
153 stars 31 forks source link

Incorrect calculation of Scroll Height, y always 0 in onLayOut function #12

Closed jrans closed 8 years ago

jrans commented 8 years ago

Need to find another way of measuring the the y offset that also keeps updating as other components above do

jrans commented 8 years ago

fixed by (https://github.com/jrans/react-native-smart-scroll-view/commit/ab57d60cf96467dc77ae204016c3e0d28e0dc96e)