react-native-macos/Libraries/Components/ScrollView
Joshua Gross ed29ba13f9 Support `contentOffset` property in Android's ScrollView and HorizontalScrollView
Summary:
For a very long time, iOS has supported the `contentOffset` property but Android has not:

https://github.com/facebook/react-native/issues/6849

This property can be used, primarily, to autoscroll the ScrollView to a starting position when it is first rendered, to avoid "jumps" that occur by asynchronously scrolling to a start position.

Changelog: [Android][Changed] ScrollView now supports `contentOffset`

Reviewed By: mdvacca

Differential Revision: D21198236

fbshipit-source-id: 2b0773569ba42120cb1fcf0f3847ca98af2285e7
2020-04-23 15:39:45 -07:00
..
__tests__ Upgrade to Jest 25 2020-04-20 01:27:35 -07:00
AndroidHorizontalScrollContentViewNativeComponent.js Add view config for AndroidHorizontalScrollContentView 2019-11-05 19:09:03 -08:00
AndroidHorizontalScrollViewNativeComponent.js Support `contentOffset` property in Android's ScrollView and HorizontalScrollView 2020-04-23 15:39:45 -07:00
ScrollContentViewNativeComponent.js Add (empty?) view config for RCTScrollContentView 2019-11-05 19:09:02 -08:00
ScrollView.js Make ColorValue public in StyleSheet.js 2020-04-17 13:03:47 -07:00
ScrollViewCommands.js Fabric: add native commands support to ScrollView 2019-11-10 17:19:00 -08:00
ScrollViewNativeComponent.js Add handwritten view config for RCTScrollView 2019-11-05 19:09:02 -08:00
ScrollViewNativeComponentType.js Make ColorValue public in StyleSheet.js 2020-04-17 13:03:47 -07:00
ScrollViewStickyHeader.js Back out "Upgrade Prettier from 1.17 to 2.0.2." 2020-03-24 21:47:35 -07:00
ScrollViewViewConfig.js Convert easy files to flow strict-local 2019-12-05 16:06:46 -08:00
processDecelerationRate.js Convert easy files to flow strict-local 2019-12-05 16:06:46 -08:00