You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use webtorrent on react native. After googling for a while, it seems that your company tradle already made it possible to run nodejs libraries on react native, including bitcoin, bittorrent, etc.
I tried to use rn-nodeify to shim core nodejs libraries, but webtorrent is still not working for me. Do you have a working example of that?
Thanks!
The text was updated successfully, but these errors were encountered:
me too,
when use 'var webtorrent = require('webtorrent')' in react-native & rn-nodeify, there is an error 'Object prototype may only be an Object or null'.
had any example of that?
I was able to use webtorrent with react-native. If I remember correctly, you have to update some nodes libraries. The current rn-nodify are using old shimed libraries and they are not compatible with others.
@dpxcc can you show me an example?
i build webtorrent & react-native & rn-nodify ok。
when in ios9, SSL Handshake failed and tcp connect = nil, and in android null message
thanks.
Hi urbien,
I'm trying to use webtorrent on react native. After googling for a while, it seems that your company tradle already made it possible to run nodejs libraries on react native, including bitcoin, bittorrent, etc.
I tried to use rn-nodeify to shim core nodejs libraries, but webtorrent is still not working for me. Do you have a working example of that?
Thanks!
The text was updated successfully, but these errors were encountered: