mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-04 07:25:53 +00:00
Fix ios/objective-c types and errors/red boxes.
This commit is contained in:
@@ -14,10 +14,10 @@
|
||||
@interface RNSVGText : RNSVGGroup
|
||||
|
||||
@property (nonatomic, assign) RNSVGTextAnchor textAnchor;
|
||||
@property (nonatomic, strong) NSArray<NSNumber *> *deltaX;
|
||||
@property (nonatomic, strong) NSArray<NSNumber *> *deltaY;
|
||||
@property (nonatomic, strong) NSString *positionX;
|
||||
@property (nonatomic, strong) NSString *positionY;
|
||||
@property (nonatomic, strong) NSArray<NSString *> *deltaX;
|
||||
@property (nonatomic, strong) NSArray<NSString *> *deltaY;
|
||||
@property (nonatomic, strong) NSArray<NSString *> *positionX;
|
||||
@property (nonatomic, strong) NSArray<NSString *> *positionY;
|
||||
@property (nonatomic, strong) NSDictionary *font;
|
||||
|
||||
- (RNSVGText *)getTextRoot;
|
||||
|
||||
Reference in New Issue
Block a user