question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

RN64 Hermes iOS: No console.logs anymore: "JavaScript logs will appear in your environment console"

See original GitHub issue

Since I upgraded from RN 0.63 to RN 0.64 (rc3) and enabled Hermes I cannot see my console.logs anymore.

Screenshot 2021-02-09 at 14 05 40

The same thing in Flipper Logs.

  • iOS with Hermes: no logs ❌
  • iOS with JSC: logs ✅
  • Android with Hermes: logs ✅
  • Android with JSC: logs ✅

Out put of npx react-native --version:

5.0.1-alpha.1

Probably related

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6

github_iconTop GitHub Comments

3reactions
KingAmocommented, Mar 9, 2021

still have this problem with react-native-reanimated v2.0.0, hermes enabled in iOS

0reactions
alloycommented, Feb 10, 2021

Ah I see, good sleuthing 👏

Read more comments on GitHub >

github_iconTop Results From Across the Web

React Native: Can't see console.logs when I run application ...
The only problem is that when I run my application through XCode, I can't seem to access the javascript logs. I've tried react-native...
Read more >
Logging | Apps Script - Google Developers
You can use either the Logger or console logging services in the built-in execution log. These logs are intended for simple checks during...
Read more >
Logging in React Native: All You Need To Know!
To view Console logs, you need to run the command npx expo start and connect a device; the Console logs will appear in...
Read more >
React Native Debugger - Stop Using Console Logs - Tutorial
In this tutorial, I will guide you on how to install the React Native debugger from scratch. Additionally, I'll show you how to...
Read more >
View logs - Expo Documentation
Learn how to view logs when using Expo CLI, native logs in Android Studio and ... and connect a device, console logs will...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found