React native support
See original GitHub issueI’m trying to implement webtorrent
lib in my react native application using react-native-webrtc
but the simple-peer
library keeps giving this error:
simple-peer [50766ba] iceStateChange (connection: failed) (gathering: gathering)
simple-peer [50766ba] destroy (error: Ice connection failed.)
webtorrent:peer destroy 2d5744303032302d756b692b6a4c7a7671464155 (error: Ice connection failed.)
Does anyone now how i can tackle this issue?
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
Where to get help - React Native
If you need help with your React Native app, the right place to ...
Read more >Where To Get Support - React
Where To Get Support. React has a community of millions of developers. On this page we've listed some React-related communities that you can...
Read more >React Native Experts to Help, Mentor, Review Code & More
Find a freelance React Native expert for help with reviewing code, mentorship, tutoring, and other React Native help you might need.
Read more >React Native - Wikipedia
React Native is an open-source UI software framework created by Meta Platforms, Inc. It is used to develop applications for Android, Android TV,...
Read more >React Native Support - Flipper
React Native Support ... Meta's React Native and Developer Tooling teams work in close collaboration to ensure Flipper offers top-notch out-of-the-box value for ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.
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.