Skip to content

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

Description

@op

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
]);

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions