File size: 158 Bytes
bb8f662
 
 
 
 
 
1
2
3
4
5
6
import { LogBox } from 'react-native';
LogBox.ignoreLogs([
  "Property 'ipconfig' doesn't exist",
  "ImagePicker.MediaTypeOptions",
]);
export default LogBox;