Xpoo Go does no open on Simulator with MacOS - reactjs

I am trying out react native on my M1 MacBook and I am getting this when I launch the Xcode IOS simulator.
I do not have any errors in the console and the QR code scan on multiple devices is working perfectly.
Here is what happens:
open and close
here is my console:
 My console

Have you tried updating xcode. A while back I also experienced problems with xcode on mac and after updating xcode everything was working again.

I installed Cassandra and everything is working as expected.
I got the steps to install Cassandra from here

Related

VS Code Remote WSL loses connection to project running on localhost

I'm using VSCode with WSL. With the Remote WSL extension I'm opening my project in VSCode. I'm running my project (it's a react project) in WSL. First I can connect to my application on localhost:3000 but after a while my browser says that it couldn't connect to it. My project is running fine without errors. I've tried it with Chrome, Edge and Firefox (with and without extensions). Same thing. After a while it loses connection. If I run the project on my local windows it works fine. It used to work with WSL too just a few days before.
Brower connection error
My project running without issues
I've tried updating all of the WSL packages and reinstalling all of my VSCode extensions but it didn't help. Any idea what's causing this issue and how to solve it?

React app working in windows but not on Ubuntu

I have a react app which is working perfectly fine on windows but it is not working on my live ubuntu server. I get the following console msgs in chrome when I try to visit the page.
I am not able to figure out what is the issue here. I re-run npm install and checked code. Code is running fine on windowns but not on ubuntu server.
I get the following error in ubuntu command prompt:
It was the problem with the file "bin - Copy.png"
script was looking for "bin - copy.png" whereas the file name was "bin - Copy.png"
I edited the file name and everything worked well.

VS Code React app closes/crashes using Chrome debugger

I am troubleshooting an issue I am having debugging a React application using VS Code with the Chrome debugger extension. I am using Windows 10 x64.
When I try to log into the application from the app's login page, the debug browser closes without any error (see screenshot below of break-point in code where the browser closes/crashes). I've tried debugging with both Chrome and Edge and I see the same issue with both browsers.
I do not have the same issue running the application without debugger from npm start. Nor do I see the issue when running the application from Chrome debugger on a different computer. Also my friend who is working on the same code does not see the issue on his computer when debugging or running the code.
I cloned an extra copy of the application code onto a different directory on my computer and that did not fix the issue.
I see a file is created \src\debug.log which seems like it could be related to the issue, but not sure what this is used for. The log file just shows the below error over and over.
ERROR:crash_report_database_win.cc(469)] failed to stat report
Any ideas on how I can fix this or what might be happening here?
I faced with the same issue in the Chrome version 85, I've updated to version 86.0.4240.75 and now is working for me
Here you'll find the Chrome Bug Report: https://bugs.chromium.org/p/chromium/issues/detail?id=1123329
The solution for now is to disable the new Javascript Debugger
"debug.javascript.usePreview": false

React Native Tools in VS Code. Nothing in Debug Console

I have installed VS Code on a fresh load on Ubuntu. Im trying to start a new react native project with Expo and I want to be able to debug in VS Code using the React Native Tools extension. I had it set up on my laptop with ubuntu and it worked ok. Now running it on my PC when I click on Start Debug it runs for about 2 seconds and stops. Absolutely nothing shows up in the Debug console. Running Node 14.4.0. Deleted everything and ran expo init a couple times: no change. Anyone encounter anything like this before?

My fresh React App is blank on the webpage

I am brand new to react. I installed it on my work computer and the first compile worked fine and it showed on the local host just fine and had the cool react logo spinning. I decided to install it on my home PC and run it, compiles fine in the terminal but the webpage that shows up is blank. I haven't changed anything in the files.
Thanks in advance for the help!
Edit: OS Windows, Node.js Version 13.8.0, npm version 6.13.6, npx 6.13.6, Browser Google Chrome

Resources