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.

Android: Error while updating property 'd' in shadow node

See original GitHub issue

Hi! I updated react-native-svg from 4.0.0 to 4.6.1 and now get the following error when running on Android:

Error while updating property 'd' in shadow node of type: RNSVGPath

The SVG I want to render is this one: (originally it had more properties but I removed them to the minimal SVG document required to trigger the issue)

<Svg height={100} width={100}>
    <Path d="M 50.39973979582424,55.194348826112666 5.2001026093465175,62 2.947046320824673,27.892750153167036 2,9.59734992518333 46.661191716201934,2 47.528660937587134,13.099602868974927 49.61184768800117,42.72842194869662 50.39973979582424,55.194348826112666 z" />
</Svg>

Here is the output from adb logcat showing a stack trace of the error: https://gist.github.com/thedjinn/c94191b1cee47887d60a2e03597047b5

Everything worked fine on the previous version. What could be the problem here?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:8
  • Comments:23

github_iconTop GitHub Comments

6reactions
richardgormancommented, May 7, 2017

I also have this issue with RN 0.44 and react-native-svg 5.1.8

4reactions
markflorissoncommented, May 3, 2017

I get this issue with RN 0.44 and react-native-svg 5.1.8. Any ideas?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Android: Error while updating property 'd' in shadow node ...
Hi! I updated react-native-svg from 4.0.0 to 4.6.1 and now get the following error when running on Android: Error while updating property ......
Read more >
Error while updating property 'marginRight' in shadow node of ...
And when I save and load the emulator it turns off. Error while updating property 'marginRight' in shadow node of type: RCTView.
Read more >
Error while updating property 'width' in shadow node of type
I get this error "Error while updating property 'src' of a view managed by: RCTImageView" after this code? ... React Native error while...
Read more >
Error while updating property 'height' in shadow node
React Native – Error while updating property 'height' in shadow node · Solutions: · About Extend Feature · Tags.
Read more >
Can you add these blocks in thunkable?
Android will automatically crash because the syntax … ... Critical ERROR while updating property 'fontSize' in shadow node of type:RCTTextat.
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