mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-02 06:35:04 +00:00
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:
@@ -20,8 +20,6 @@ RCT_EXPORT_MODULE()
|
||||
|
||||
RCT_EXPORT_VIEW_PROPERTY(x, RNSVGLength *)
|
||||
RCT_EXPORT_VIEW_PROPERTY(y, RNSVGLength *)
|
||||
RCT_EXPORT_VIEW_PROPERTY(foreignObjectheight, RNSVGLength *)
|
||||
RCT_EXPORT_VIEW_PROPERTY(foreignObjectwidth, RNSVGLength *)
|
||||
RCT_CUSTOM_VIEW_PROPERTY(height, id, RNSVGForeignObject)
|
||||
{
|
||||
view.foreignObjectheight = [RCTConvert RNSVGLength:json];
|
||||
|
||||
Reference in New Issue
Block a user