mirror of
https://github.com/status-im/react-native.git
synced 2025-02-28 17:10:50 +00:00
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