-
Upon starting the react native packager from the react native tools extension, we don't have a handle on the process and we are unable to use buttons like "r" or "d" to reload or show dev menu. Instead we have commands from the command palette that allow these functionalities. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I suggest that you can use react-native native command |
Beta Was this translation helpful? Give feedback.
I suggest that you can use react-native native command
npx react-native start
to start metro and launch app. Just using attach request configuration to attach debugger to your app.