question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Conflict between ART and react-native-svg

See original GitHub issue

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 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:closed
  • Created 7 years ago
  • Reactions:10
  • Comments:5

github_iconTop GitHub Comments

3reactions
magicismightcommented, Apr 4, 2017

5.1.6 has fixed this

2reactions
arnavyagnikcommented, Mar 17, 2017

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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found