Conflict between ART and react-native-svg
See original GitHub issueI’m using this package with ART.
When I’m trying to initialize ART object (e.g. Shape
), app is crushing and I’m getting this error:
[__NSArrayI length]: unrecognized selector sent to instance 0x131a20af0 Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSArrayI length]: unrecognized selector sent to instance 0x131a20af0'
I had to delete and unlink react-native-svg
in order to make ART work.
Please have a look at issue with the same problem https://github.com/oblador/react-native-progress/issues/40#issue-200216423
Issue Analytics
- State:
- Created 7 years ago
- Reactions:10
- Comments:5
Top Results From Across the Web
Conflict between ART and react-native-svg · Issue #246 - GitHub
I'm using this package with ART. When I'm trying to initialize ART object (e.g. Shape ), app is crushing and I'm getting this...
Read more >Issues with imported Fonts with react-native-svg-transformer in ...
From what research I've done, this seems to be a known issue when using both SVG transformer and Expo SDK 40 as I've...
Read more >react-native-svg - npm
react -native-svg provides SVG support to React Native on iOS, Android, macOS, Windows, and a compatibility layer for the web.
Read more >Reconciliation - React
This article explains the choices we made in React's “diffing” algorithm so that component updates are predictable while being fast enough for high-performance ......
Read more >React Native | Font Awesome Docs
This package uses SVG with JS and the @fortawesome/fontawesome-svg-core library. This implementation differs drastically from the web fonts implementation ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
5.1.6 has fixed this
Thanks @marzolfb for the reference, it actually solved the problem by downgrading the react-native-svg to 4.5.x . @magicismight : any update on this or is the issue in roadmap for next release?