UNPKG

react-native-screens

Version:
10 lines 282 B
let isDetailedLoggingEnabled = false; export function bottomTabsDebugLog(...args) { if (isDetailedLoggingEnabled) { console.log(...args); } } export function internalEnableDetailedBottomTabsLogging() { isDetailedLoggingEnabled = true; } //# sourceMappingURL=logging.js.map