react-native 关闭黄屏警告
Posted dch0
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了react-native 关闭黄屏警告相关的知识,希望对你有一定的参考价值。
将代码放在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 关闭黄屏警告的主要内容,如果未能解决你的问题,请参考以下文章
警告:出于性能原因,此合成事件被重用 React-Native
使用 Relay 和 React-Native 时的条件片段或嵌入的根容器