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

INCOMPATIBILIDADE react-native-svg E react-native-svg-charts #608

Open
WilliamHeleodoro opened this issue Nov 30, 2023 · 9 comments
Open
Labels

Comments

@WilliamHeleodoro
Copy link

Olá.
Estou com um problema de incompatibilidade nas versões. Quando dou um npm install ele perde uma versão do react-native-svg: 6.2.1||^7.0.3
Porém se coloco nessa versão ele da erro no carregamento do Circle e outros componentes do react-native-svg devido a utilizar proptypes, acredito que esteja sendo descontinuado as proptypes.

Se eu volto para a versão 13.9.0 do react-native-svg da certo, porém quando vou gerar uma apk pelo expo, da erro nas dependências.
Consegue me ajudar como posso resolver isso?

@rohith-thummanapally
Copy link

hey, i am also gettting similar issue , were you able to resolve it, if so , can you explain how have you resolved it

@Ohmniox
Copy link

Ohmniox commented Dec 20, 2023

Yes, I am also getting the same error. I need the latest version of react-native-svg (^14.1.0) and when I try to install this package, it fails with error:

Could not resolve dependency:
npm ERR! peer react-native-svg@"^6.2.1||^7.0.3" from react-native-svg-charts@5.4.0

@Wolk9
Copy link

Wolk9 commented Feb 1, 2024

Somone should change the dependency to:

{
   "react-native-svg": ">=13.9.0"
   .....
}

as Expo needs this version at least, and this repo doesn't seem to break with this version of react-native-svg

@zhenjianlee
Copy link

I am having the same issue. Does anyone have a solution to this?

@mpaulbrown21
Copy link

Also having this issue

@salahbm
Copy link

salahbm commented Mar 25, 2024

Same here, having this issue with react-native-svg latest version...

@salahbm
Copy link

salahbm commented Mar 25, 2024

However, npm install --save react-native-svg-charts --legacy-peer-deps does a trick with some npm errors....

@gaboAcosta
Copy link

So, this package is abandoned correct?

@luiztafarel
Copy link

alguem conseguiu alguma solução?

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

No branches or pull requests

9 participants