Closed as not planned
Description
Description
When bootstrapping a new 0.72.x app, I am unable to debug the app following the direct debugging instructions.
React Native Version
0.72
Output of npx react-native info
N/A
Steps to reproduce
npx react-native init MyApp
- Add
debugger;
statement toApp.tsx
- Have metro running via
yarn start
in my project - Follow instructions for direct debugging via
chrome://inspect
, open devtools - Reload the app, the debugger does not stop at the breakpoint
Snack, code example, screenshot, or link to a repository
See instructions above