@bacons/expo-metro-runtime
Version:
Tools for making experimental Metro bundler features work
31 lines • 594 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const LogBox = {
install() {
// Do nothing.
},
uninstall() {
// Do nothing.
},
isInstalled() {
return false;
},
ignoreLogs(patterns) {
// Do nothing.
},
ignoreAllLogs(value) {
// Do nothing.
},
clearAllLogs() {
// Do nothing.
},
addLog(log) {
// Do nothing.
},
addException(error) {
// Do nothing.
},
};
module.exports = LogBox;
exports.default = LogBox;
//# sourceMappingURL=LogBox.js.map