Closed
Description
The issue
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).
This was working as expected with 0.61.0 in a project I made two days ago.
React Native version:
react-native
0.61.1
react-native-cli
2.0.1
Steps To Reproduce
react-native init NameOfProject
cd NameOfProject
cd ios && pod install
thencd ..
- I have also reproduced it without step 3
yarn ios
Describe what you expected to happen:
"Debug" will load the app in the simulator.