### Description SVG does not load in react-native-macos 0.81 with the new arch enabled Old arch: <img width="1392" height="864" alt="Image" src="https://github.com/user-attachments/assets/58016a3b-9b8e-4995-97f8-2f09da30768e" /> New arch (same code): <img width="1392" height="864" alt="Image" src="https://github.com/user-attachments/assets/522135d5-cb4a-4b2c-b0ca-67fac284a8e6" /> Code (App.tsx): ``` import { Text, View } from "react-native"; import SvgExample from "./SvgExample"; export default function () { return ( <View> <Text>Hello</Text> <View style={{backgroundColor: 'red', width: 500, height: 500}} /> <SvgExample /> </View> ) } ``` ### Steps to reproduce 1. Create a fresh react native project 2. Add macOS support (https://microsoft.github.io/react-native-macos/docs/getting-started) 3. Install react-native-svg 4. Try to render any SVG 5. Build and run the app with new arch enabled ### Snack or a link to a repository https://github.com/Roshan-24/rnm-81-svg-repro ### SVG version 15.15.2 ### React Native version 0.81.5 ### Platforms macOS ### JavaScript runtime None ### Workflow React Native ### Architecture Fabric (New Architecture) ### Build type Debug app & dev bundle ### Device Real device ### Device model _No response_ ### Acknowledgements Yes
Description
SVG does not load in react-native-macos 0.81 with the new arch enabled
Old arch:

New arch (same code):

Code (App.tsx):
Steps to reproduce
Snack or a link to a repository
https://github.com/Roshan-24/rnm-81-svg-repro
SVG version
15.15.2
React Native version
0.81.5
Platforms
macOS
JavaScript runtime
None
Workflow
React Native
Architecture
Fabric (New Architecture)
Build type
Debug app & dev bundle
Device
Real device
Device model
No response
Acknowledgements
Yes