--handle-input not working with Expo?
Author: FezVrastaCreated Nov 12, 2024Updated May 19, 2026
- Description: I'm trying to run
expo startalong with another command, I'm using--handle-inputbut nothing happens when I pressr(reload) ori(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