react-native/ReactCommon/fabric/uimanager
David Vacca b8a50c7614 Improve error message when a component descriptor is not implemented
Summary: This diff improves the error message that is displayed when a component descriptor is not implemented in C++

Reviewed By: shergin

Differential Revision: D9093562

fbshipit-source-id: 930b381bc66c20af6fa160b09e7484bad4666e28
2018-08-16 16:52:42 -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 Fabric: Using `const &` type for `ShadowNodeFragment`'s fields 2018-08-04 09:47:31 -07:00
FabricUIManager.h Remove instanceHandle, pass event target instead + add dispatchToEmptyTarget 2018-06-29 15:32:27 -07:00
Scheduler.cpp Fabric: <Root> component was decoupled from <View> 2018-07-15 16:52:26 -07:00
Scheduler.h Fabric: <Root> component was decoupled from <View> 2018-07-15 16:52:26 -07:00
SchedulerDelegate.h Migrate Android sources to MIT license header 2018-05-31 15:37:30 -07:00
SchedulerEventDispatcher.cpp Remove instanceHandle, pass event target instead + add dispatchToEmptyTarget 2018-06-29 15:32:27 -07:00
SchedulerEventDispatcher.h Fabric: Events related classes were moved to separate buck target 2018-07-17 22:53:57 -07:00
ShadowTree.cpp Fabric: Using `const ShadowNode &` as a parameter in ShadowNode copy constructor 2018-08-04 09:47:30 -07:00
ShadowTree.h Fabric: <Root> component was decoupled from <View> 2018-07-15 16:52:26 -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