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
I'm actually having the same issue. react-native-svg-charts claims to require react-native-svg version ^6.2.1 or ^7.0.3 but if I install version 7.0.3 and try to run my React application, I get an error that the module imageSourceProp cannot be found. I understand that imageSourceProp is a deprecated feature, but upgrading my react-native-svg breaks react-native-svg-charts. Any suggestions on what to do here? Thanks!
What is the problem?
I cannot make this lib displaying a simple BarChart. Nothing is displayed at all, even when copy pasting simple samples from this repo.
When does it happen?
It seems it is not compatible with react-native-svg 12, which my project is already using... Is that possible ?
What platform?
react-native version:
0.63.3
react-native-svg-charts version:
5.4.0
react-native-svg version:
12.1.0
Code to reproduce
Code from any samples from this repo...
The text was updated successfully, but these errors were encountered: