首页 > 其他 > 详细

react-native 关闭黄屏警告

时间:2020-07-05 18:54:40      阅读:76      评论:0      收藏:0      [点我收藏+]

将代码放在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 关闭黄屏警告

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

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