項(xiàng)目開發(fā)中,會(huì)碰到react-native 黃色警告框提示刊头,原因有:即將退出版本的插件骄噪,也有提示用其他參數(shù)代替現(xiàn)在的所有的參數(shù),不影響開發(fā)流程的情況下可以關(guān)閉警告框
//關(guān)閉其中某些yellow警告
console.ignoredYellowBox = ['Warning: BackAndroid is deprecated. Please use BackHandler instead.','source.uri should not be an empty string','Invalid props.style key'];
// 關(guān)閉全部yellow警告
console.disableYellowBox = true
將代碼根據(jù)需要加在index.js文件中掏膏,放在AppRegistry.registerComponent('App', () => App)之前