UNPKG

278 BJavaScriptView Raw
1export function enableExpoCliLogging() {
2 console.warn('Expo.Logs.enableExpoCliLogging: is not supported on web');
3}
4export function disableExpoCliLogging() {
5 console.warn('Expo.Logs.disableExpoCliLogging: is not supported on web');
6}
7//# sourceMappingURL=Logs.web.js.map
\No newline at end of file