This repository has been archived by the owner on Sep 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 260
Got No view Manager defined for class RNSVGGroup #154
Comments
me too。 |
you should install svg,i solve it。 |
Hey @ljy0605 How did you solve the issue? I get the issue with RNSVGGroup as well. Is this what you installed Thanks! |
Got it to work. Had to manually link the library for |
@fawwaz , Try uninstalling the app on device/simulator and then re-install it. |
@fawwaz and others - the current version of this library (0.0.28) depends on react-native-svg 5.1.8 and that only supports react-native >= 0.44.0 and react == 16.0.0-alpha.6. Updating your dependencies to newer versions should help |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is my package.json :
I've run
rnpm link react-native-svg
, I also triple check that the library manually (Addingimport com.horcrux.svg.SvgPackage;
toMainApplication.java
and addingnew SvgPackage()
ingetPackage()
.The text was updated successfully, but these errors were encountered: