react-native 关闭黄色警告

放在index.js下AppRegistry.registerComponent(appName, () => App);之前
// 关闭黄色警告
console.ignoredYellowBox = ['Warning: BackAndroid is deprecated. Please use BackHandler instead.','source.uri should not be an empty string','Invalid props.style key'];
console.disableYellowBox = true //关闭全部黄色警告

 

posted @ 2022-08-29 14:14  龙卷风吹毁停车场  阅读(54)  评论(0)    收藏  举报