Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usage with Podfile and swift #287

Closed
vongohren opened this issue Mar 22, 2017 · 1 comment
Closed

Usage with Podfile and swift #287

vongohren opened this issue Mar 22, 2017 · 1 comment

Comments

@vongohren
Copy link

I have a react native app which is based on podfile and swift.
So I could not use normal npm link.
The project works fine in android when doing the manual setup.

But when trying to run in iOS after adding to Podfile like this
pod 'RNSVG', :path => '../node_modules/react-native-svg'
I recieve this error:
No component found for view with name "RNSVGCircle"

Do i miss any form for setup to get this to work on iOS?

@vongohren
Copy link
Author

This seemed to solve itself when issue #288 was solved. I guess I did not build the entire thing.
But #289 should be adressed so that #288 does not happen to others.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant