react native关闭黄色警告0.63之前0.63之后
react native关闭黄色警告0.63之前0.63之后0.63之前console.disableYellowBox = true; //关闭全部黄色警告console.ignoredYellowBox = [ 'Warning: BackAndroid is deprecated. Please use BackHandler instead.', ...];0.63之后import { LogBox } from 'react-native';LogBox.ignoreAll