首页 > 其他 > 详细

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

时间:2017-06-05 15:22:40      阅读:1382      评论:0      收藏:0      [点我收藏+]

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

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!