nihgwu / react-native-pie

Pie chart for React Native
MIT License
107 stars 25 forks source link

Undefined is not an object _react.PropType.array #28

Closed shun0157 closed 4 years ago

shun0157 commented 4 years ago

doesn't work this library..

packege.json is

  "dependencies": {
    "react": "16.8.3",
    "react-native": "0.59.10",
    "react-native-pie": "^0.1.0"
  },

got error image

shun0157 commented 4 years ago

sorry , resolved this issue..

change version "react-native-pie": "^0.1.0" to "react-native-pie": "^0.6.1"

close this issue