You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: