码迷,mamicode.com
首页 > 其他好文 > 详细

[React Native] Disable and Ignore Yellow Box Warnings in React Native

时间:2017-06-05 15:42:07      阅读:314      评论:0      收藏:0      [点我收藏+]

标签:disable   class   code   warning   box   nat   int   bsp   native   

Yellow box warnings in react native can be intrusive. We will use console.disableYellowBox to disable the yellow box entirely. We‘ll also use console.ignoredYellowBox to selectively disabled warnings.

 

Disable all the yellow box warning:

console.disableYellowBox

 

Disable some of them:

console.ignoredYellowBox = [‘Warning: Each‘, "Warning: Failed prop type"];

 

[React Native] Disable and Ignore Yellow Box Warnings in React Native

标签:disable   class   code   warning   box   nat   int   bsp   native   

原文地址:http://www.cnblogs.com/Answer1215/p/6945015.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!