Finish TSpan

This commit is contained in:
Horcrux
2016-11-11 00:48:55 +08:00
parent a305a33985
commit aae482236d
23 changed files with 379 additions and 262 deletions
+2 -2
View File
@@ -23,8 +23,8 @@ RCT_EXPORT_MODULE()
RCT_EXPORT_VIEW_PROPERTY(textAnchor, RNSVGTextAnchor)
RCT_EXPORT_VIEW_PROPERTY(deltaX, NSArray<NSNumber *>)
RCT_EXPORT_VIEW_PROPERTY(deltaY, NSArray<NSNumber *>)
RCT_EXPORT_VIEW_PROPERTY(px, NSString)
RCT_EXPORT_VIEW_PROPERTY(py, NSString)
RCT_EXPORT_VIEW_PROPERTY(positionX, NSString)
RCT_EXPORT_VIEW_PROPERTY(positionY, NSString)
RCT_EXPORT_VIEW_PROPERTY(font, NSDictionary)
@end