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

Unrecognised event output #13

Closed MichaelKim39 closed 4 years ago

MichaelKim39 commented 4 years ago

image I seem to be getting an "unrecognised event" line being output for every log.info I do, I can not find anything online about how to solve this, do you have any advice?

MichaelKim39 commented 4 years ago

The code spawning this issue: image image

alessandro-bottamedi commented 4 years ago

Hi, this is not an error related to react-native-logs, can I know some information about your system? Do you use expo or is it a bare react-native app? do you use redux?

If you use EXPO try to upgrade your expo-cli: npm install -g expo-cli and then run your app.

MichaelKim39 commented 4 years ago

Thank you! I realised I was using npm to update expo-cli which was not working as expected, using yarn sorted it!

alessandro-bottamedi commented 4 years ago

You're welcome