|
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. |
Answered by
EzioLi01
May 11, 2024
Replies: 1 comment
|
I suggest that you can use react-native native command |
0 replies
Answer selected by
EzioLi01
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I suggest that you can use react-native native command
npx react-native startto start metro and launch app. Just using attach request configuration to attach debugger to your app.