Closed KonstntinM closed 3 years ago
Hey 👋 Thank you for reporting an issue. What version of lib you are using ? The latest is https://www.npmjs.com/package/react-native-svg-view/v/0.1.6
I checked example in the project and everything works fine
I also created a fresh project and everything works fine. Maybe it is related to expo ?
How about an android ? You can also try to go to ios folder and run pod install
Okay, I just tested my project on an Android device as well and got the same error message. I am also using the latest package version (0.1.6) and have reinstalled all packages using expo installer.
I would now also assume that this is a problem with expo.
Thanks a lot!
Hello everyone,
first of all thank you for developing the package. While experimenting with the package, I ran into a bug that I can't explain. When I include the package exactly as in the example, I get the following error: "requireNativeComponent: "SvgView" was not found in the UIManager."
error message
code
My code looks like this.
test environment
Have any of you had the same problem? I would be glad to get some feedback.