react-native/ReactCommon/fabric/uimanager
Valentin Shergin 8f507280ac Fabric: Removing default arguments from ShadowNode's constructors
Summary: We don't use them at all; moreover they complicate adding/changing signatures of those methods (because arguments with defaults must be grouped at the end and some arguments cannot have defaults).

Reviewed By: fkgozali

Differential Revision: D7981456

fbshipit-source-id: d7dd098e83630d1ab3342d2ca52ade9c4e27b2c3
2018-05-17 20:28:50 -07:00
..
tests iOS: added placeholder test setup for fabric graphics/uimanager/view targets 2018-03-23 22:22:20 -07:00
BUCK Fabric: ScrollView: xplat part (shadow node, props, localdata, descriptor) 2018-05-17 20:28:50 -07:00
ComponentDescriptorRegistry.cpp Fabric: ComponentDescriptorRegistry::operator[] marked as const 2018-04-10 12:59:51 -07:00
ComponentDescriptorRegistry.h Fabric: ComponentDescriptorRegistry::operator[] marked as const 2018-04-10 12:59:51 -07:00
Differentiator.cpp Fabric: Improved signature of `calculateMutationInstructions` 2018-05-15 23:58:59 -07:00
Differentiator.h Fabric: Improved signature of `calculateMutationInstructions` 2018-05-15 23:58:59 -07:00
FabricUIManager.cpp Fabric: ScrollView, the native part 2018-05-17 20:28:50 -07:00
FabricUIManager.h Fabric: Introducing UIManagerDelegate 2018-04-10 12:59:51 -07:00
IFabricPlatformUIOperationManager.h `fabric/uimanager` module 2018-03-18 19:17:39 -07:00
Scheduler.cpp Fabric: ScrollView, the native part 2018-05-17 20:28:50 -07:00
Scheduler.h iOS: Mark Scheduler class as final 2018-05-10 15:17:53 -07:00
SchedulerDelegate.h Fix dtor declaration for clang-6 2018-04-20 10:04:39 -07:00
ShadowTree.cpp Fabric: Removing default arguments from ShadowNode's constructors 2018-05-17 20:28:50 -07:00
ShadowTree.h Fabric: Introducing `ShadowTree` 2018-05-08 23:03:36 -07:00
ShadowTreeDelegate.h Fabric: Introducing `ShadowTree` 2018-05-08 23:03:36 -07:00
TreeMutationInstruction.cpp Fabric: Improved signature of `calculateMutationInstructions` 2018-05-15 23:58:59 -07:00
TreeMutationInstruction.h Fabric: Refined TreeMutationInstruction class 2018-04-10 12:59:50 -07:00
UIManagerDelegate.h Fabric: Introducing UIManagerDelegate 2018-04-10 12:59:51 -07:00