Solution for graphs (reacts to own forces)

I am new to responsiveness and I want to use a chart in my application. I tried to use some libraries:

But they are not very good choices (poor performance, hard to use). I want to ask which of the following options is the best solution for me !!!?

  • Use the D3 + ART drawing chart yourself.
  • Find a good native lib and try porting it to native-native.
+5
source share
4 answers

You can check my repo: https://github.com/wuxudong/react-native-charts-wrapper

Both Android and ios are supported, the latest MpAndroidChart and charts are used.

+5
source

I'm late to the game, but victory is my own.

https://github.com/FormidableLabs/victory-native

This is very declarative, and the API is very useful.

+4
source

You should look here: https://js.coach/react-native?search=chart , you are likely to find something that suits your needs

0
source

I would try react-native-svg-charts , it is easy to configure and very customizable

0
source

Source: https://habr.com/ru/post/1264283/


All Articles