mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-17 23:04:40 +08:00
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:
committed by
Facebook Github Bot
parent
7048c9134a
commit
9d21e6661a
@@ -9,10 +9,6 @@
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include <fabric/attributedstring/TextPrimitives.h>
|
||||
|
||||
using namespace facebook::react;
|
||||
|
||||
TEST(AttributedStringTest, testSomething) {
|
||||
// TODO
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user