feat: transfer specs to ts and remove unnecessary props (#1865)

PR transfering Fabric specs to TS, removing unnecessary @ReactProp adnotations, unifying inheritance hierarchy across platforms, adding custom types for color and image source props so they are parsed by react-native.
This commit is contained in:
Wojciech Lewicki
2022-09-14 12:01:35 +02:00
committed by GitHub
parent f16a08f40f
commit ee6e5da195
112 changed files with 1644 additions and 2137 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
@interface RNSVGImage : RNSVGRenderable
@property (nonatomic, weak) RCTBridge *bridge;
@property (nonatomic, assign) id src;
@property (nonatomic, assign) RCTImageSource *src;
@property (nonatomic, strong) RNSVGLength *x;
@property (nonatomic, strong) RNSVGLength *y;
@property (nonatomic, strong) RNSVGLength *imagewidth;