can not build my app on expo due to dependency issue with react native svg charts
I have recently made an app and I am trying to build it for TestFlight. in my app I started using react-native-svg-charts which uses react-native-svg. these are the version in my package.json: "react-native-svg": "^15.3.0", "react-native-svg-charts": "^5.4.0", "react-native-chart-kit": "^6.12.0", when I…