import { LogBox } from 'react-native'; LogBox.ignoreLogs([ "Property 'ipconfig' doesn't exist", "ImagePicker.MediaTypeOptions", ]); export default LogBox;