How to detect an end of a drag event in React-Native Android
问题 I am using a scrollview, and want to detect when the user ends the drag event. I have put a console.log for onScrollEndDrag and it doesnot give any console output, i.e. onScrollEndDrag is not being detected. Is there any way to get around this? Please, see the code below. var Main = React.createClass({ getInitialState: function() { return { LoadedPageState: false, menuJson: [], pageToLoad: "landingPage", mainlogopic: 'mainlogo', profilepic: 'profile', notificationpic: 'notification', bagpic: