software-mansion / react-native-svg

SVG library for React Native, React Native Web, and plain React web projects.
MIT License
7.36k stars 1.11k forks source link

Cause app crash when loading remote svg #1529

Closed Xi-gofore closed 4 days ago

Xi-gofore commented 3 years ago

Bug

I have a screen renders remote svg by using this library:

<View style={styles.content}>
         <SvgUri width="100%" height="100%" uri={remoteSvgUrl} />
</View>

Running on iPhone app crashes with following error message:

2021-02-10 20:15:04.668515+0200 MyApp[25668:56308417] [ServicesDaemonManager] interruptionHandler is called. -[FontServicesDaemonManager connection]_block_invoke
2021-02-10 20:15:04.673167+0200 MyApp[25668:56308415] [client] No error handler for XPC error: Connection interrupted
Message from debugger: Terminated due to memory issue

Environment info

"react-native": "0.63.4", "react-native-svg": "^12.1.0",

Steps To Reproduce

Just run my app on iPhone 11 Pro , iOS 13.6

MohdSaleh commented 2 years ago

any updates on this??

EvanKoe commented 1 year ago

Same problem (react-native 0.70.6, Pixel 4 emulator (android 12), react-native-svg 13.6.0). Any updates ?

bohdanprog commented 4 weeks ago

Hello @Xi-gofore, @MohdSaleh @EvanKoe, If the issue still persists, could you share an example and the steps to reproduce it?

Thank you.