mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-03 23:16:13 +00:00
fix: macOS new architecture build (#2341)
# Summary Based on recommendations from this [proposition](https://github.com/software-mansion/react-native-svg/issues/2192#issuecomment-2177330499) and added some changes now we can build macOS using the new architecture. ## Compatibility | OS | Implemented | | ------- | :---------: | | macOS | ✅ | --------- Co-authored-by: Maciej Stosio <maciekstosio@users.noreply.github.com>
This commit is contained in:
@@ -18,7 +18,7 @@ RCT_EXPORT_MODULE()
|
||||
return [RNSVGDefs new];
|
||||
}
|
||||
|
||||
- (RNSVGView *)view
|
||||
- (RNSVGPlatformView *)view
|
||||
{
|
||||
return [self node];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user