View config not found for name RNSVGPath
See original GitHub issueI’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.

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:
- Created 5 years ago
- Reactions:11
- Comments:12
Top 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 >
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 Free
Top 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
Have you installed and linked
react-native-svg?Closing since this issue seems resolved