We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a developer, I expect that using the debugger will still render my app.
With a brand new RN project in 0.61.1, when I trigger the debugger in the iOS simulator the app remains in the "loading" state.
I made zero modifications to the initial RN template. I only hit ⌘-D to open the context menu and selected "Debug" (see video).
⌘-D
This was working as expected with 0.61.0 in a project I made two days ago.
react-native 0.61.1 react-native-cli 2.0.1
react-native
react-native-cli
react-native init NameOfProject
cd NameOfProject
cd ios && pod install
cd ..
yarn ios
"Debug" will load the app in the simulator.
The text was updated successfully, but these errors were encountered:
Ah, looks like I already had a debugger open at http://localhost:8081/debugger-ui/. For some reason this seems to hang the process.
http://localhost:8081/debugger-ui/
Another good reason to not roll with 30 tabs open at once! 😁 I didn't notice that I already had it open.
I am closing this since the fix was to have zero debugger tabs open. Not sure if the RN team would consider this a bug.
Sorry, something went wrong.
No branches or pull requests
The issue
With a brand new RN project in 0.61.1, when I trigger the debugger in the iOS simulator the app remains in the "loading" state.
I made zero modifications to the initial RN template. I only hit
⌘-D
to open the context menu and selected "Debug" (see video).This was working as expected with 0.61.0 in a project I made two days ago.
React Native version:
react-native
0.61.1react-native-cli
2.0.1Steps To Reproduce
react-native init NameOfProject
cd NameOfProject
cd ios && pod install
thencd ..
yarn ios
Describe what you expected to happen:
"Debug" will load the app in the simulator.
Snack, code example, screenshot, or link to a repository:
The text was updated successfully, but these errors were encountered: