Fabric: New props treatment in attributedstring module

Summary:
Adopting template-generated `convertRawProp` and `debugStringConvertibleItem` functions in `attributedstring` 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: D7958245

fbshipit-source-id: 275a58bd3955a6ceb4881bffff86bf1d4501b3d2
This commit is contained in:
Valentin Shergin
2018-05-14 15:43:45 -07:00
committed by Facebook Github Bot
parent 7048c9134a
commit 9d21e6661a
14 changed files with 199 additions and 271 deletions

View File

@@ -9,10 +9,6 @@
#include <gtest/gtest.h>
#include <fabric/attributedstring/TextPrimitives.h>
using namespace facebook::react;
TEST(AttributedStringTest, testSomething) {
// TODO
}