聪慧身影

文章
1
资源
0
加入时间
3年1月10天

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