react-native-chart-kit
react-native-chart-kit copied to clipboard
One dependency of this package is conflicting with the dependencies of the newer versions of expo
Hello, first of all I would like to ask if anyone knows if this library is still supported?
I think react-native-svg (or other) is conflicting with the latest versions of expo which I understand already includes react-native-svg.
When trying to use this library I get the error in the image.
MY PACKAGE.JSON
"dependencies": { "expo": "^48.0.0", "react": "18.2.0", "react-dom": "18.2.0", "react-native": "0.71.3", } "peerDependencies": { "react-native-svg": "13.8.0" },

Hi @R-Art-project, to resolve this issue in expo SDK 48, you must install the react-native-svg in the project. This version fits best with the latest SDK "react-native-svg": "13.4.0"