I tried demo example from react-native-chart-kit-example1 , react-native-chart-kit-example and all charts are rendering correctly but bar and stack bar chart not rendering (showing blank instead) No error on command prompt.
"react-native": "https://github.com/expo/react-native/archive/sdk-34.0.1.tar.gz",
"react-native-chart-kit": "^3.6.1",
"react-native-svg": "^9.5.3",
Any idea?
@Hermanya bar chart are not showing up on latest release. Can you please take look at it?
Same here.
same here
@Hermanya any update on this?
Issue is not the lib
https://github.com/react-native-community/react-native-svg/issues/1175
It's working now!. Thanks!
@ni3galave How you make it working? I tried react-native-svg 9.9.2, but have "Unable to resolve "./React Native SVG" from "node_modules/react-native-svg/src/index.ts"" issue :(
@igormancos I am using following version:
"react-native-chart-kit": "^4.0.0",
"react-native-svg": "9.5.1",
Most helpful comment
Issue is not the lib
https://github.com/react-native-community/react-native-svg/issues/1175