I am using https://facebook.github.io/react-native/docs/scrollview.html, which has a handy onScroll
prop, but how do I get when the user has stopped scrolling?
Basically, I'd like to hide a button when the user is scrolling, show it when they aren't.