Replies: 2 comments 1 reply
-
Same, I'd say it's a bug that it doesn't allow this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I was able to run it with the experimental debugger with this command added to project.json:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Hopefully this hasn't been already asked, tried going through some of the opened and closed tickets, and haven't found anything similar.
I've been trying to enable and test the new experimental debugger in a Nx workspace but haven't found any clear instructions on how to do so. According to the official docs, enabling the new debugger requires running:
npx react-native start --experimental-debugger
For instance, my usual command to run an iOS debug build with Nx is:
yarn ios --simulator "iPhone 15 Pro"
This translates to:
nx run-ios [app-name]
Here's the relevant config for
run-ios
in myproject.json
:Beta Was this translation helpful? Give feedback.
All reactions