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.)
MIT License
467 stars 33 forks source link

No output produced after expo upgrade (to 45) #63

Closed orome closed 2 years ago

orome commented 2 years ago

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.

alessandro-bottamedi commented 2 years ago

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