import { YellowBox } from 'react-native'; export default { ignoreLogs(logs: string[]) { YellowBox.ignoreWarnings(logs); }, };