react-native/ReactCommon/fabric/components/view
Valentin Shergin c49f0eff6f Fabric: Using proper defaults in Yoga style props parsing
Summary:
@public
Previously, we amitted `default` argument in  `convertRawProp` functions assuming that all default values are equal to results of their default constructors (which was something between "wrong" and "lucky coincidence"). Now we use a `YGStyle` default value as a source of all semantic default values of all layout props/styles.

Reviewed By: mdvacca

Differential Revision: D9626469

fbshipit-source-id: 5cfc9c518772556f59da46f608181145cc744928
2018-09-03 23:04:20 -07:00
..
accessibility Fabric: Using `const ShadowNode &` as a parameter in ShadowNode copy constructor 2018-08-04 09:47:30 -07:00
tests Fabric: `view` module was moved to `components` subdirectory 2018-07-15 16:52:26 -07:00
yoga Fabric: Optimized ShadowNode::replaceChild() with `suggestedIndex` argument 2018-07-17 22:53:56 -07:00
BUCK Remove unused loads from build files. 2018-08-31 18:03:07 -07:00
ConcreteViewShadowNode.h Fabric: Using `const &` type for `ShadowNodeFragment`'s fields 2018-08-04 09:47:31 -07:00
ViewComponentDescriptor.h Fabric: `view` module was moved to `components` subdirectory 2018-07-15 16:52:26 -07:00
ViewEventEmitter.cpp Fabric: Proper events priorities for touch events 2018-08-27 07:32:36 -07:00
ViewEventEmitter.h Fabric: Events related classes were moved to separate buck target 2018-07-17 22:53:57 -07:00
ViewProps.cpp Fabric: `view` module was moved to `components` subdirectory 2018-07-15 16:52:26 -07:00
ViewProps.h Fabric: Simplified way to specialize ComponentName in ConcreteShadowNode class template 2018-08-04 09:47:30 -07:00
ViewShadowNode.cpp Fabric: Simplified way to specialize ComponentName in ConcreteShadowNode class template 2018-08-04 09:47:30 -07:00
ViewShadowNode.h Fabric: Simplified way to specialize ComponentName in ConcreteShadowNode class template 2018-08-04 09:47:30 -07:00
conversions.h Fabric: Removed unnecessary `YGValue::operator==` 2018-08-04 09:47:31 -07:00
primitives.h Fabric: `view` module was moved to `components` subdirectory 2018-07-15 16:52:26 -07:00
propsConversions.h Fabric: Using proper defaults in Yoga style props parsing 2018-09-03 23:04:20 -07:00