vqa-backend / ui /src /config /errorSuppression.js
Deva8's picture
Deploy VQA Space with model downloader
bb8f662
raw
history blame contribute delete
158 Bytes
import { LogBox } from 'react-native';
LogBox.ignoreLogs([
"Property 'ipconfig' doesn't exist",
"ImagePicker.MediaTypeOptions",
]);
export default LogBox;