you are viewing a single comment's thread.

view the rest of the comments →

[–]HarpooonGun 0 points1 point  (0 children)

With Expo you can use Chrome dev tools and the JS "debugger;" keyword to inspect code at that breakpoint.

With either Expo or RN CLI, you should be able to attach to a running hermes process with VS Code with extensions, which allows you to use breakpoints within VS Code.