mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
36ca1a078a
Summary: We now reach in and use the Scroller directly, reimplementing fling() and onOverScrolled(). I verified that in Android 4.1.2 ScrollView#mScroller exists as a private on ScrollView, but there's still potential that this could break things if OEMs have modified ScrollView so we just log a warning if we can't get access to that field. Reviewed By: foghina Differential Revision: D3650008 fbshipit-source-id: e52909bf9d6008f6d1ecd458aee25fe82ffaac19