Alternative approach without TextureView.

This commit is contained in:
Mikael Sand
2018-03-18 22:39:44 +02:00
parent 7deabf8287
commit 0eb501d5e8
15 changed files with 90 additions and 136 deletions
+2 -2
View File
@@ -15,6 +15,6 @@
@interface RNSVGUse : RNSVGRenderable
@property (nonatomic, strong) NSString *href;
@property (nonatomic, strong) NSString *width;
@property (nonatomic, strong) NSString *height;
@property (nonatomic, strong) NSString *usewidth;
@property (nonatomic, strong) NSString *useheight;
@end