Open samducker opened 5 months ago
@byCedric do you know the solution to this?
Going by the video alone, I think this is caused by turborepo. Usually, task runners like turborepo expose an option that forces them to stop intercepting keyboard input. Examples include task's interactive: true
or process-compose's is_tty=true
.
I don't know what the equivalent of this for turborepo is. Maybe try TURBO_UI=false
or maybe their new tui mode. I would also search their issues for mentions of tty, interactive, etc to see if an official workaround is documented.
Description of the bug
How would you shortly summarise the issue?
I am trying to run commands with expo in the terminal but my keystrokes don't seem to be doing anything for example pressing i to open the simulator. Maybe there is something I need to do to tell turbo repo the command needs to go to expos dev server instead of another package?
To Reproduce
What steps did you perform which led to this issue?
Installed the repo from fresh and ran pnpm run dev:mobile
Expected behavior
What did you expect to have happened?
Simulator to launch or menu to toggle respective to the keystroke I pressed
Actual behaviour
What did it actually result in?
Nothing happened
Additional context
Can you further explain the issue? E.g., information about version/environment or screenshots.
https://github.com/byCedric/expo-monorepo-example/assets/25123915/4f2cae46-07ee-450f-ab64-a3cd4058a966