capitalone / react-native-pathjs-charts

Android and iOS charts based on react-native-svg and paths-js
Apache License 2.0
879 stars 260 forks source link

undefined is not a function Also #203

Open thiswhy opened 7 years ago

thiswhy commented 7 years ago

console.error: "Unhandled promise rejection", {"line":109121,"column":98,"sourceURL":........} then I add import 'babel-polyfill' show undefined is not an object this is my package.json "react-native": "^0.45.0", "react-native-svg": "^5.2.0", "react-native-pathjs-charts": "0.0.31", "babel-polyfill": "^6.23.0", "lodash": "^4.12.0", "paths-js": "^0.4.5",

what can i do ?