mowispace / react-native-logs

Performance-aware simple logger for React-Native and Expo with namespaces, custom levels and custom transports (colored console, file writing, etc.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No output produced after expo upgrade (to 45)

orome opened this issue · comments

commented

After expo upgrade (to 45) no logging appears using either console.log or a package like react-native-logs. Even explicitly enabling logging with

import { Logs } from 'expo'

Logs.enableExpoCliLogging()

produces no output.

This issue its not related to react-native-logs, maybe it should be reported to expo, were you able to solve?