react-native-chart-kit icon indicating copy to clipboard operation
react-native-chart-kit copied to clipboard

One dependency of this package is conflicting with the dependencies of the newer versions of expo

Open R-Art-project opened this issue 2 years ago • 1 comments

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" },

Simulator Screen Shot - iPhone 14 Pro Max - 2023-02-25 at 16 56 26

R-Art-project avatar Feb 25 '23 23:02 R-Art-project

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"

bilal1031 avatar Apr 01 '23 17:04 bilal1031