-
-
Notifications
You must be signed in to change notification settings - Fork 981
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React native support #445
Comments
Have you tried the troubleshooting steps in #202? |
I tried to do them but did not know what to do in some cases as the integration of simple-peer is in other libs. |
Webtorrent does not use the latest simple-peer, so it's difficult to tell if your issue has already been solved in this library. |
I forced my app to use the |
I'll see what I can do about getting our tests running on react-native and see if your issue comes up. We don't officially support it right now since it's WebRTC implementation is outdated. |
This is fixed now :) |
Until react-native-webrtc adds support for 'addTrack' I've created a fork of simple-peer that works with react-native-webrtc. Link: https://github.com/ExpandoPakistan/simple-peer-legacy Leaving it here for anyone that needs react-native support in the meanwhile. |
I'm trying to implement
webtorrent
lib in my react native application usingreact-native-webrtc
but thesimple-peer
library keeps giving this error:Does anyone now how i can tackle this issue?
The text was updated successfully, but these errors were encountered: