react-native-macos/ReactCommon/fabric
Valentin Shergin 27b672993d Fabric: Unification of ShadowView's default constructor
Summary:
The previous version of a set of default values of `ShadowView`'s fields has a bug:
```
  ComponentName componentName = "";
```

Initalizing `char const *` with a string literal in .h file makes the default constructor of the object produces different values across binary units (because a pointer to empty string can be defined differently). Now it's just a null pointer.

Reviewed By: sammy-SC

Differential Revision: D15911452

fbshipit-source-id: 16bcfb5f78ea802c0833135c486e3fbb8b7acaa6
2019-06-23 21:33:18 -07:00
..
attributedstring Fabric: Enable CXX (aka Default) platfrom fravour for all C++ Fabric targets 2019-06-04 15:34:34 -07:00
components Fabric: Make RootProps constructible from RawProps 2019-06-12 21:35:20 -07:00
core Fabric: ShadowNode::getCommitedState() now returns by value 2019-06-22 18:50:33 -07:00
debug Fabric: Enable CXX (aka Default) platfrom fravour for all C++ Fabric targets 2019-06-04 15:34:34 -07:00
graphics Fabric: Enable CXX (aka Default) platfrom fravour for all C++ Fabric targets 2019-06-04 15:34:34 -07:00
imagemanager Fabric: Workaround for weird crash in RCTImageManager 2019-06-17 21:18:54 -07:00
mapbuffer Create base MapBuffer class and tests 2019-06-02 16:04:18 -07:00
mounting Fabric: Unification of ShadowView's default constructor 2019-06-23 21:33:18 -07:00
sample Fabric: Bunch of small changes in ContextContainer 2019-04-16 07:35:07 -07:00
textlayoutmanager Fabric: Codestyle changes 2019-06-12 21:18:55 -07:00
uimanager Fabric: Changing `ComponentName` type alias from `std::string` to `char *` 2019-06-18 11:31:20 -07:00