react-native/Libraries/Components/ScrollView
tuncaulubilge 263d04d756 Added nestedScrollEnabled prop to scroll view for android
Summary:
Nested scrolling in scrollViews, listViews and flatLists are enabled on iOS by default, but needs to be enabled manually on Android. This PR introduces a `nestedScrollEnabled` property to ScrollViews to support nested scrolling on Android 21 and above.

Enabling nested scroll will resolve issues with coordinator layout in android and required to support a collapsing toolbar.

Tested on the test app. We are also using this property in our app currently to support scrolling behaviour required by coordinator layouts.

[ANDROID] [ENHANCEMENT] [ScrollView] - Added a prop to enable nested scrolling
Closes https://github.com/facebook/react-native/pull/18299

Reviewed By: sahrens

Differential Revision: D7256604

Pulled By: mdvacca

fbshipit-source-id: fb8b7f1b5bed39837a2066db7f2a8798d52a3fd6
2018-03-18 20:16:15 -07:00
..
__mocks__ Update license headers for MIT license 2018-02-16 18:31:53 -08:00
ScrollView.js Added nestedScrollEnabled prop to scroll view for android 2018-03-18 20:16:15 -07:00
ScrollViewStickyHeader.js RN: Remove Animated -> ScrollView -> Animated Cycle 2018-02-20 20:35:08 -08:00
processDecelerationRate.js Update license headers for MIT license 2018-02-16 18:31:53 -08:00