react-native-animated-charts
react-native-animated-charts copied to clipboard
Symbol.iterator]() problem
after i install the repo in my project i found this error after trying to use chart :
TypeError: Invalid attempt to iterate non-iterable instance.
In order to be iterable, non-array objects must have a Symbol.iterator method.
//import section import {ChartDot, ChartPath, ChartPathProvider} from '@rainbow-me/animated-charts'; //using view section <ChartPath height={SIZE / 2} stroke="yellow" width={SIZE} /> <ChartDot style={{ backgroundColor: 'blue' }} /> // My React native libs "@gorhom/bottom-sheet": "^3", "@rainbow-me/animated-charts": "^1.0.0-alpha.6", "expo": "~42.0.1", "expo-splash-screen": "~0.11.2", "expo-status-bar": "~1.0.4", "expo-updates": "~0.8.1", "react": "16.13.1", "react-dom": "16.13.1", "react-native": "~0.63.4", "react-native-gesture-handler": "^1.10.3", "react-native-reanimated": "^2.2.2", "react-native-screens": "~3.4.0", "react-native-svg": "^12.1.1", "react-native-unimodules": "0.14.10", "react-native-web": "~0.13.12"