12
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ReactNativeのデバッグ時の黄色の警告を隠したい

Last updated at Posted at 2017-12-01

Situation

react-native run-ios
もしくは
react-native run-android
でのデバッグ時

Problem

スクリーンショット 2017-12-01 17.17.51.png

邪魔なこいつの正体はYellowBox.jsというらしいです

Solution

エントリーファイルのindex.js || index.ios.js || index.android.jsに
console.disableYellowBox = true;
の1行を追加して解決ヽ(・∀・)ノ

12
4
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
12
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?