react-native/ReactCommon/fabric/scrollview
Valentin Shergin bd99d3a6f4 Fabric: ScrollView: xplat part (shadow node, props, localdata, descriptor)
Summary:
All the props of a scrollview, and local data.
LocalData part is probably the most interesting: with it we precompute content size which we use inside native scrollview. Previously we rely on some assumptions like "ScrollView must have only one subview" instead, and that was not so efficient and straight-forward.

Reviewed By: fkgozali

Differential Revision: D7961869

fbshipit-source-id: fa070b8423a3e7739aeb62220e51213683e1a223
2018-05-17 20:28:50 -07:00
..
tests
BUCK
ScrollViewComponentDescriptor.h
ScrollViewLocalData.cpp
ScrollViewLocalData.h
ScrollViewProps.cpp
ScrollViewProps.h
ScrollViewShadowNode.cpp
ScrollViewShadowNode.h
conversions.h
primitives.h