Home > Net >  Can you turn off yellow warnings in React Native Debugger?
Can you turn off yellow warnings in React Native Debugger?

Time:10-08

I'm using React Native Debugger 0.13.0. Is it possible to turn off the yellow warning messages? I know how to do it in React Native itself, but not in the debugger.

CodePudding user response:

Click on default levels and clear warnings selection .

enter image description here

  • Related