software-mansion / radon-ide

VSCode extension that turns your editor into a fully fledged IDE for React Native and Expo.
https://ide.swmansion.com
Other
994 stars 34 forks source link

black screen simulator #721

Open terzigolu opened 1 week ago

terzigolu commented 1 week ago

Description I am experiencing a random black screen issue with the simulator while using Radon IDE. The only way I’ve been able to fix it so far is by reinstalling every time. I also use Cursor IDE as part of my setup.

Environment

terzigolu commented 1 week ago
Screenshot 2024-11-10 at 16 35 09
kmagiera commented 1 week ago

Thanks for reporting. What do you mean by "random" ? does it happen for some projects or after using the IDE for some time? Does it happen after the IDE panel is launched or after it's been running for a while? Maybe after the computer is put down to sleep?

Can you take a look at the extension logs? And preferably share them here. Here's an instruction how to access them https://ide.swmansion.com/docs/guides/troubleshooting#6-accessing-extension-logs

terzigolu commented 4 days ago

I’m encountering an issue with the navigation context in React Navigation. Random console errors are not displaying correctly; it seems to be trying to show me an error message but can’t render it properly. Sometimes, React Navigation becomes buggy. I think there needs to be a fix for how error messages are handled.

kmagiera commented 4 hours ago

Can you share some example project or code with React Navigation that'd produce the errors you mentioned?