When we do
expo start
it will show command shortcut cut to press like
Press a │ open Android
right?
If we were able to add more custom press commands would be great 🎉
Example in some config file:
"customCommands": {
"t": "npm run test",
"shift+x": "...."
}