vault-development / react-native-svg-uri

Render SVG images in React Native from an URL or static file
849 stars 334 forks source link

Warning: Native component for "RNSVGSvgView" does not exist #83

Closed ziyafenn closed 6 years ago

ziyafenn commented 6 years ago

Hi guys! So, everything was fine until at some point i start getting this horrible error!!!

Warning: Native component for "RNSVGSvgView" does not exist

I have no clue why that happens and how to fix that. I think though, it may be because of installation process of https://github.com/wix/react-native-navigation

For example, in their documentation, you have to replace the code in some android files. Could that cause a problem?

Here is a log from console:

Warning: Native component for "RNSVGSvgView" does not exist
reactConsoleErrorHandler @ ExceptionsManager.js:73
index.ios.bundle?platform=ios&dev=true&minify=false&hot=true:10297 
Warning: Native component for "RNSVGSvgView" does not exist
reactConsoleErrorHandler @ index.ios.bundle?platform=ios&dev=true&minify=false&hot=true:10297

Hope someone helps me! Thanks!

ziyafenn commented 6 years ago

Okay, somehow this library it was not in xcode project. Uninstalling packages and deleting "build" folder from ios helped solving issue