美文网首页
2020-04-24

2020-04-24

作者: 迷途小书虫88 | 来源:发表于2020-04-24 16:53 被阅读0次

#react-native 关闭所有黄色警告窗口

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

这两句放入index.js 在AppRegistry.registerComponent('XMXApp', ()=> App)的前面执行.

相关文章

网友评论

      本文标题:2020-04-24

      本文链接:https://www.haomeiwen.com/subject/ewnfwhtx.html