Skip to content
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

Warning with newer React Native in the web-rtc dependency #21

Open
op opened this issue Nov 16, 2021 · 2 comments
Open

Warning with newer React Native in the web-rtc dependency #21

op opened this issue Nov 16, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@op
Copy link

op commented Nov 16, 2021

Hi! Friendly warning that the react-native-webrtc creates a warning with newer versions of React Native. 🦋

More details to be found here:
react-native-webrtc/react-native-webrtc#1070
react-native-webrtc/react-native-webrtc@a5c8819

Given that the fix for this doesn't do much, I assume it's safe to ignore it.
For anyone else also wanting to silence it, I used this workaround;

LogBox.ignoreLogs([
  /NativeEventEmitter/, // react-native-webrtc
]);
@op op added the bug Something isn't working label Nov 16, 2021
@filipi87 filipi87 self-assigned this Dec 16, 2021
@filipi87
Copy link
Contributor

Hi @op thanks for the warning, we are already working bringing all the changes of the react-native-webrtc to our fork.
daily-co/react-native-webrtc#17

@filipi87
Copy link
Contributor

filipi87 commented Mar 8, 2022

Even after updating the react-native-webrtc version, this warning still continues.

In our case, the problem is with the react-native-background-timer, which as we can see, already has an opened issue for that:
ocetnik/react-native-background-timer#366

Until this bug is not fixed by react-native-background-timer, ignoring this warning in your app, as suggested by @op above, can be an alternative.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants