--handle-input not working with Expo?

Author: FezVrastaCreated Nov 12, 2024Updated May 19, 2026
  • 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
  • Environment: macOS, Node lts/jod
  • Reproduction: concurrently -k -n 'mobile-client,backend' -c 'red,green' --handle-input 'yarn expo start' 'yarn workspace backend run dev'

Source: open-cli-tools/concurrently