在index.js加入以下内容
js
import { LogBox } from 'react-native';
LogBox.ignoreAllLogs(true); // 关闭全部黄色警告
在index.js加入以下内容
import { LogBox } from 'react-native';
LogBox.ignoreAllLogs(true); // 关闭全部黄色警告