View config not found for name RNSVGPath

See original GitHub issue

I’ve tried looking for some issue related in the react-native-svg and I couldn’t find it. But here is what I’m seeing. simulator screen shot - iphone 6 - 2018-07-05 at 15 44 16

This is happening when passing values as

<AnimatedCircularProgress
  size={74}  
  width={4}  
  prefill={50}  
  fill={50}  
  rotation={180}  
  tintColor='#00e0ff'  
  backgroundColor='white'   
/>

I don’t believe I’m passing anything incorrectly.

We are using "react-native": "0.55.4"

I believe this issue only started happening after some recent changes, mainly updating from an older version of react-native.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:11
  • Comments:12

github_iconTop GitHub Comments

2reactions
Jacsecommented, Jul 7, 2018

Have you installed and linked react-native-svg?

0reactions
Jacsecommented, Feb 26, 2019

Closing since this issue seems resolved

Read more comments on GitHub >

github_iconTop Results From Across the Web

react-native: Get error, invariant violation: View config not ...
it looks like this is a link error. If you're on ios run from your terminal : cd ios && pod install. If...
Read more >
Native component for "RNSVGSvgView" does not exist
I am using react-native-svg and I am having the same issues: No component found for view with the name "RNSVGPath". Or this one:...
Read more >
React Native: View config getter callback for component must ...
View config getter callback for component `div` must be a function (received `undefined`) ... Make sure to start component names with a capital...
Read more >
Invariant violation : View config for component `textarea` must ...
I'm trying to create a react-native application, where I can display some codes as snippet, editing feature would be better, but not ......
Read more >
react-native-svg - npm
See the Expo docs for more info or jump ahead to Usage. ... for earlier versions is not possible due to breaking changes...
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