react-native/ReactCommon/fabric/text/rawtext
Valentin Shergin 80f7891287 Fabric: Embracing non-trivial default values of some Props
Summary:
@public
This is follow up for D8601600 and D8247652 (the last one has detailed explanation of the problem).
From this commit I propose that we have to follow simple rule:
If some prop has a default value which differs from the default value of its type, we have to specify it as {<value>} in .h file and explicitly in .m file, for all other props the default value must not be specified explicitly (in .h files it must be specified as {}).
The reason is that we have to embrase those cases and establish behaviour: if we change the default value in .h file, it always means that we have to change the value in .cpp file too.

Reviewed By: fkgozali

Differential Revision: D8601776

fbshipit-source-id: 3379aace4e2d72febb2b942a3da1cb24decf54be
2018-06-26 11:48:13 -07:00
..
RawTextComponentDescriptor.h Fabric: Simplifying usage of `ConcreteComponentDescriptor` 2018-05-17 20:28:50 -07:00
RawTextProps.cpp Fabric: New props treatment in `graphics` module 2018-05-14 16:03:49 -07:00
RawTextProps.h Fabric: Embracing non-trivial default values of some Props 2018-06-26 11:48:13 -07:00
RawTextShadowNode.cpp Fabric/Text: text module, rawtext part 2018-05-07 22:08:53 -07:00
RawTextShadowNode.h Fabric/Text: text module, rawtext part 2018-05-07 22:08:53 -07:00