genexu / react-native-pie-chart

Simple pie chart module for your React Native app
MIT License
109 stars 47 forks source link

error & solution: no component found for view with name ARTShape #26

Closed daheeahn closed 2 years ago

daheeahn commented 4 years ago

react-native: 0.61.5 react-native-pie-chart: 1.0.13

I installed this library and I faced "no component found for view with name ARTShape" error. So I found solution. (https://github.com/oblador/react-native-progress/issues/127#issuecomment-530892106)

yarn add @react-native-community/art

Please write to the REAME that you also need to install this

aidin36 commented 2 years ago

Thanks for the report. I explained this in the README file.