You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: I'm trying to run expo start along with another command, I'm using --handle-input but nothing happens when I press r (reload) or i (open on iOS)
Expected Behavior: I would expect the commands to be forwarded to the Expo CLI
expo start
along with another command, I'm using--handle-input
but nothing happens when I pressr
(reload) ori
(open on iOS)concurrently -k -n 'mobile-client,backend' -c 'red,green' --handle-input 'yarn expo start' 'yarn workspace backend run dev'
The text was updated successfully, but these errors were encountered: