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
Run npm list react-native react-native-svg . It's likely that you have two separate packages that declare different versions of react-native-svg. I had @6.5.2 from another circular slider component I was trying out but forgot to remove when it didn't work the way I expected, and @6.2.2 from this package.
You can remove the other package and it should work. Cheers.
As you can see in the screenshot, I get the issue when I tried use 2 libraries that use react-native-svg as dependency. I'm using RN 0.52
The text was updated successfully, but these errors were encountered: