0

I want to display a doughnut pie chart something like the following:

Dough nut pie chart

react-native-chart does not work for android while other solutions like react-native-chart-android don't work out of the box and require a little bit of setup to achieve this.Can someone suggest me the easiest way this can be done?

john doe
  • 806
  • 3
  • 14
  • 28

1 Answers1

0

We have just used:

https://github.com/mskec/react-native-mp-android-chart

For a commercial react-native product (to make pie charts also), it is probably the most up-to-date android library for graphing and can easily be modified if needed. Highly recommend.

Momentus Mitch
  • 533
  • 2
  • 9