react-native/React/Views/ScrollView
Oleg Lokhvitsky 5f48d28119 ScrollView snapToStart/snapToEnd
Summary: Added `snapToStart` and `snapToEnd` props to ScrollView which work together with `snapToOffsets` and determine whether the beginning and end of the list automatically count as snap offsets or not. If not, the list is allowed to free-scroll between its start/end and the first/last snap offset.

Reviewed By: sahrens

Differential Revision: D9442386

fbshipit-source-id: 47a5fdb20f884542434b01b1f0a486ed2b478c6e
2018-08-30 13:04:50 -07:00
..
RCTScrollContentShadowView.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTScrollContentShadowView.m Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTScrollContentView.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTScrollContentView.m Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTScrollContentViewManager.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTScrollContentViewManager.m Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTScrollView.h ScrollView snapToStart/snapToEnd 2018-08-30 13:04:50 -07:00
RCTScrollView.m ScrollView snapToStart/snapToEnd 2018-08-30 13:04:50 -07:00
RCTScrollViewManager.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTScrollViewManager.m ScrollView snapToStart/snapToEnd 2018-08-30 13:04:50 -07:00
RCTScrollableProtocol.h Fixed OSS scroll view bug caused by FBPullToRefresh 2018-07-23 13:33:28 -07:00