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

react-native 关闭黄屏警告

时间:2020-07-05 19:30:50      阅读:85      评论:0      收藏:0      [点我收藏+]

标签:disable   关闭全部   console   register   red   warning   empty   ack   handle   

将代码放在index.js 中 AppRegistry.registerComponent(‘App‘, () => App)之前

 

 //关闭其中某些yellow警告
console.ignoredYellowBox = [‘Warning: BackAndroid is deprecated. Please use BackHandler instead.‘,‘source.uri should not be an empty string‘,‘Invalid props.style key‘]; 
 // 关闭全部yellow警告
console.disableYellowBox = true 

 

react-native 关闭黄屏警告

标签:disable   关闭全部   console   register   red   warning   empty   ack   handle   

原文地址:https://www.cnblogs.com/dch0/p/13247025.html

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