software-mansion / react-native-ide

https://ide.swmansion.com
Other
705 stars 21 forks source link

Simulator view is missing after updating to 0.0.15 #382

Closed terrysahaidak closed 2 weeks ago

terrysahaidak commented 2 weeks ago

*Description Just updated from 0.0.14 to 0.0.15 and the simulator view is missing:

image

I waited for some time and nothing appeared, I only saw flashes of a progress bar.

It's building the app in the background for sure since uses 100% CPU.

Also after killing VSCode the simulator server process still exists:

image

Environment

kmagiera commented 2 weeks ago

Thanks for reporting. Do you see anything in logs? Use command pallette and open "Developer: show logs" then select "React Native IDE" from the dropdown.

Can you try deleting all versions of the extension under ~/.vscode/extensions/swmansion.react-native-ide-0.0.1* ? Apparently when you uninstall extension VSCode doesn't delete that directory. After deleting try installing the extension again

kmagiera commented 2 weeks ago

sorry for the trouble, I think this just has to do with the change we made for the data format for the zoom feature. Can you just try changing the zoom level to fit?

terrysahaidak commented 2 weeks ago

oh yes i just noticed that my zoom after updating was 61x (i read it as 0.61), changing to the normal zoom fixed it, thanks!