标签: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
标签:disable 关闭全部 console register red warning empty ack handle
原文地址:https://www.cnblogs.com/dch0/p/13247025.html