user Driven Scroll Ended
This method is used to notify the JS side that the user has stopped scrolling. With natively driven animation, we might have to force a resync between the Shadow Tree and the Native Tree. This is because with natively driven animation, the Shadow Tree is bypassed and it can have stale information on the layout of the native views. This method takes care of verifying if there are some views listening to the native driven animation and it triggers the resynch.
Parameters
view Tag
The tag of the scroll view that has stopped scrolling