D3 and React-Native

Does react-native support D3 library/npm modules like d3-select?

For me, it is throwing error - querySelectionAll(selection) undefined.

It is working fine on reactJS but not on react-native.

Please help.Totally Stuck.

Check this out: https://hswolff.com/blog/react-native-art-and-d3/

Basically you can use ART (of react-native) and D3 together to create lovely graphs. I'm not sure exactly what the limitations are, but it seems like the best option for now.

Comments