mowispace/react-native-logs

No output produced after expo upgrade (to 45)

orome opened this issue · 1 comments

orome 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?