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
{{ message }}
This repository was archived by the owner on Aug 4, 2020. It is now read-only.
After getting the 'Tried to register two views with the same name RNSVGPath' error I used Yarn resolutions to get around the dependency problem as well as removing the react-native-svg file from the expo node_module
(as outlined here: https://github.com/FormidableLabs/victory-native/issues/427)
I was then able to use react native svg perfectly well (rendering svg shapes etc.) however when trying to use a victory chart, the following code excerpt:
throws this error on IOS:
any ideas on how to fix this / what is causing it?
The error disappears as soon as any victory native components are removed.