LoginSignup
2
1

More than 5 years have passed since last update.

「Remote debugger is in a background tab which may cause apps to perform slowly. ...」を表示しない方法

Posted at

元ネタ

ドキュメントにも書いてた。

以下のコードを、App.js などに適当な箇所に追記。

console.ignoredYellowBox = [
  'Remote debugger is in a background tab which may cause apps to perform slowly. Fix this by foregrounding the tab (or opening it in a separate window).',
];
2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1