react-native/ReactCommon/fabric/view
Valentin Shergin d9ff1769aa Fabric/Text: <Paragraph> is now supporting text attributes
Summary:
I was shamed by Sebastian's sebmarkbage concerns (totally unrelated to this topic) about introducing another level of indirection into the system and decided to change my original plan not to support text attributes for the <Paragraph> component.

So, now <Paragraph> shares <View>, <Text> and <Paragraph> itself capabilities. That reduces the minimum amount of required components for trivial text fragment from three (Paragraph, Text, RawText) to two (Paragraph and RawText).

Special thanks for C++ for supporting multiple inheritance.

Reviewed By: mdvacca

Differential Revision: D7785889

fbshipit-source-id: dd9f2e2650bfbfd76d7d4b538adaf409f9429df3
2018-05-08 19:24:10 -07:00
..
accessibility `fabric/view` module 2018-03-18 19:17:39 -07:00
tests iOS: added placeholder test setup for fabric graphics/uimanager/view targets 2018-03-23 22:22:20 -07:00
yoga Fabric: YogaLayoutableShadowNode::enableMeasurement() enables custom measuring for Yoga based shadow nodes 2018-04-26 18:03:07 -07:00
BUCK Fabric/Text: <Paragraph> is now supporting text attributes 2018-05-08 19:24:10 -07:00
ConcreteViewShadowNode.h Fabric: Proper types and default arguments in ConcreteViewShadowNode 2018-04-26 18:03:07 -07:00
ViewComponentDescriptor.h `fabric/view` module 2018-03-18 19:17:39 -07:00
ViewProps.cpp Fabric: New, much fancier, approach to parse dynamic props 2018-04-26 18:03:07 -07:00
ViewProps.h Fabric: New, much fancier, approach to parse dynamic props 2018-04-26 18:03:07 -07:00
ViewShadowNode.cpp Fabric/Text: ConcreteViewShadowNode - base class for all `View`-like shadow nodes 2018-04-26 18:03:06 -07:00
ViewShadowNode.h Fabric/Text: ConcreteViewShadowNode - base class for all `View`-like shadow nodes 2018-04-26 18:03:06 -07:00