react-native/ReactCommon/fabric/uimanager
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
..
tests iOS: added placeholder test setup for fabric graphics/uimanager/view targets 2018-03-23 22:22:20 -07:00
BUCK Fabric: Events related classes were moved to separate buck target 2018-07-17 22:53:57 -07:00
ComponentDescriptorFactory.h Fabric: Events related classes were moved to separate buck target 2018-07-17 22:53:57 -07:00
ComponentDescriptorRegistry.cpp Improve error message when a component descriptor is not implemented 2018-08-16 16:52:42 -07:00
ComponentDescriptorRegistry.h Migrate Android sources to MIT license header 2018-05-31 15:37:30 -07:00
ContextContainer.h Fabric: ContextContainer is now able to store any copyable values 2018-07-17 22:53:57 -07:00
Differentiator.cpp Fabric: `ShadowNode::getChildren()` now returns `vector`, not `shared_ptr` 2018-08-04 09:47:30 -07:00
Differentiator.h Fabric: `ShadowNode::getChildren()` now returns `vector`, not `shared_ptr` 2018-08-04 09:47:30 -07:00
FabricUIManager.cpp Implement HorizontalScrollView component 2018-08-28 23:03:33 -07:00
FabricUIManager.h Fabric: Unified event pipeline: connecting the dots 2018-08-27 07:32:38 -07:00
Scheduler.cpp Fabric: Unified event pipeline: connecting the dots 2018-08-27 07:32:38 -07:00
Scheduler.h Fabric: Unified event pipeline: connecting the dots 2018-08-27 07:32:38 -07:00
SchedulerDelegate.h Migrate Android sources to MIT license header 2018-05-31 15:37:30 -07:00
ShadowTree.cpp Fabric: Enabling and disabling EventEmitter at post commit phase 2018-08-27 07:32:36 -07:00
ShadowTree.h Fabric: Enabling and disabling EventEmitter at post commit phase 2018-08-27 07:32:36 -07:00
ShadowTreeDelegate.h Migrate Android sources to MIT license header 2018-05-31 15:37:30 -07:00
TreeMutationInstruction.cpp Fabric: Improved prettyprinting of TreeMutationInstruction 2018-07-06 14:49:06 -07:00
TreeMutationInstruction.h Fabric: Improved prettyprinting of TreeMutationInstruction 2018-07-06 14:49:06 -07:00
UIManagerDelegate.h Fabric: Introducing UIManagerDelegate 2018-04-10 12:59:51 -07:00