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