DeadPackets / HackPi

A NodeJS server meant to turn a Raspberry Pi into an all out hacking device
MIT License
18 stars 5 forks source link

Does react-native even support vis.js? #8

Open DeadPackets opened 7 years ago

DeadPackets commented 7 years ago

We need to know because this is the library we are using to render the network models and 99% of all the graphs xD

Link is here: http://visjs.org/

DeadPackets commented 7 years ago

Found github ports of vis.js to react, here they are:

https://github.com/uber/react-vis https://github.com/crubier/react-graph-vis

You need to check these out and see if they will work, @crisppY & close the issue if its resolved.

dhiahassen commented 5 years ago

@DeadPackets Thats react js not react native

sfalihi commented 4 years ago

the only choice is to use visjs network within a "webview" and communicate by "js-injection".

for me the only issue with that approach was very bad performance issue when using "react-native-webview", so by now i manged to solve that problem by using react-native v0.59.10 core webview! (after rn-0.60, webview had been extracted from core sdk)