collapsible-navbar
collapsible-navbar copied to clipboard
iOS scrollsToTop
Please look at the header https://www.dropbox.com/s/neb61iatjzacnz8/collapsing_bug.mov?dl=0 After gesture release scroll still going with deceleration even if scrollsToTop happened. when I was debugging https://github.com/facebook/react-native/blob/master/Libraries/NativeAnimation/Nodes/RCTDiffClampAnimatedNode.m#L49 it seems that it getting events from 2 sources
- scroll to to top
- decelerating scroll (which is not happening)
Thanks for this example working like a charm!