D3 和​​ React-Native

use*_*569 6 d3.js react-native

react-native 是否支持像 d3-select 这样的 D3 库/npm 模块?

对我来说,它抛出错误 - querySelectionAll(selection) 未定义。

它在 reactJS 上运行良好,但在 react-native 上运行良好。

请帮忙。完全卡住了。

liq*_*ins 6

看看这个:https : //hswolff.com/blog/react-native-art-and-d3/

基本上,您可以将 ART(来自 react-native)和 D3 一起使用来创建可爱的图形。我不确定到底有什么限制,但它现在似乎是最好的选择。