RN64 Hermes iOS: No console.logs anymore: "JavaScript logs will appear in your environment console"
See original GitHub issueSince I upgraded from RN 0.63 to RN 0.64 (rc3) and enabled Hermes I cannot see my console.logs anymore.
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:
- Created 3 years ago
- Comments:6
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
still have this problem with react-native-reanimated v2.0.0, hermes enabled in iOS
Ah I see, good sleuthing 👏