react-native/ReactCommon/fabric
David Vacca 575f7d478d Implement HorizontalScrollView component
Summary: This diff implements the HorizontalScrollView component for Android Fabric C++, as part of this diff I also re-named the components AndroidHorizontalScrollContentView for RCTAndroidHorizontalScrollContentView and AndroidHorizontalScrollView for RCTAndroidHorizontalScrollView. This might sound against our plan of removing the RCT preffix, but it is to make it simpler to map components between current implementation of RN and Fabric (otherwise we don't know when to add the RCT preffix in Android side to find the right View Manager), later we can just remove the preffix from C++, Android, iOS and JS.

Reviewed By: shergin, achen1

Differential Revision: D9122729

fbshipit-source-id: e9299552857c6dd0c18abfa5fa49a3d50e221729
2018-08-28 23:03:33 -07:00
..
attributedstring Fabric: `SharedColor` for Android 2018-07-17 18:17:27 -07:00
components Implement HorizontalScrollView component 2018-08-28 23:03:33 -07:00
core Expose rawProps as part of the Props class 2018-08-16 16:52:42 -07:00
debug Fix conditional load usage. 2018-07-14 18:32:20 -07:00
events Fabric: Rethinking of EventEmitter's role 2018-08-27 07:32:37 -07:00
graphics Fix color conversions for android 2018-08-16 16:52:42 -07:00
imagemanager Fabric: Fixed image URLs parsing 2018-08-03 08:32:56 -07:00
sample Fabric: Introducing `ContextContainer` 2018-06-22 07:32:49 -07:00
textlayoutmanager Simplifying child nodes management in YogaLayoutableShadowNode 2018-07-17 22:53:56 -07:00
uimanager Implement HorizontalScrollView component 2018-08-28 23:03:33 -07:00