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