-
Notifications
You must be signed in to change notification settings - Fork 25k
Closed
Labels
BugPlatform: iOSiOS applications.iOS applications.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
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 NameOfProjectcd NameOfProjectcd ios && pod installthencd ..- I have also reproduced it without step 3
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:
Metadata
Metadata
Assignees
Labels
BugPlatform: iOSiOS applications.iOS applications.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
