RN关闭黄色警告

210 阅读1分钟

在index.js加入以下内容

import { LogBox } from 'react-native';

LogBox.ignoreAllLogs(true); // 关闭全部黄色警告