backend.js:32 console.disableYellowBox has been deprecated and will be removed in a future release

旧版的黄提示:
console.disableYellowBox = true;

需要更换为新版的api:
import { LogBox,} from 'react-native';
LogBox.ignoreAllLogs('');

你可能感兴趣的:(backend.js:32 console.disableYellowBox has been deprecated and will be removed in a future release)