react-native关闭所有黄色警告
写RN经常会遇到黄色警告,很无奈,很多很多的黄色警告都是由组件自己导致的,建议在index.js 内的AppRegistry.registerComponent('shareFile', () => App);之前写入以下代码可屏蔽此提示。console.ignoredYellowBox = ['Warning: BackAndroid is deprecated. P...