Fabric: New props treatment in graphics module

Summary:
Same as previous one.
Adopting template-generated `convertRawProp` and `debugStringConvertibleItem` functions in `graphics` 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: D7958252

fbshipit-source-id: 0f33a2e6aad60befacee31486acdb9b6114d3e07
This commit is contained in:
Valentin Shergin
2018-05-14 15:43:48 -07:00
committed by Facebook Github Bot
parent 9d21e6661a
commit 9f85873c9f
10 changed files with 44 additions and 107 deletions

View File

@@ -8,9 +8,8 @@
#include "TextAttributes.h"
#include <fabric/attributedstring/conversions.h>
#include <fabric/graphics/conversions.h>
#include <fabric/core/debugStringConvertibleUtils.h>
#include <fabric/graphics/debugStringConvertibleUtils.h>
#include <fabric/graphics/graphicValuesConversions.h>
namespace facebook {
namespace react {