Fabric: New props treatment in core module

Summary:
Same as previous one.
Adopting template-generated `convertRawProp` and `debugStringConvertibleItem` functions in `core` module.
Note, to do so we have to change signatures of some conversions functions to make them more overloading-friendly.

Reviewed By: fkgozali

Differential Revision: D7958243

fbshipit-source-id: 500ee420d9aa562ee3c5810ef625e06541eda8fb
This commit is contained in:
Valentin Shergin
2018-05-14 15:43:54 -07:00
committed by Facebook Github Bot
parent c19649cc16
commit 120dcec621
5 changed files with 6 additions and 23 deletions

View File

@@ -8,6 +8,7 @@
#include "ParagraphAttributes.h"
#include <fabric/attributedstring/conversions.h>
#include <fabric/graphics/conversions.h>
#include <fabric/debug/debugStringConvertibleUtils.h>
namespace facebook {