We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b9c07e commit bf0cdfcCopy full SHA for bf0cdfc
packages/community-cli-plugin/src/commands/start/attachKeyHandlers.js
@@ -103,7 +103,7 @@ export default function attachKeyHandlers({
103
`${chalk.bold('a')} - run on Android`,
104
`${chalk.bold('d')} - open Dev Menu`,
105
...(experimentalDebuggerFrontend
106
- ? [`${chalk.bold('j')} - open debugger (experimental)`]
+ ? [`${chalk.bold('j')} - open debugger (experimental, Hermes only)`]
107
: []),
108
`${chalk.bold('r')} - reload app`,
109
'',
0 commit comments