vercel / turborepo

Build system optimized for JavaScript and TypeScript, written in Rust
https://turbo.build/repo/docs
MIT License
26.04k stars 1.79k forks source link

Expo Go not working #9129

Closed spr021 closed 6 days ago

spr021 commented 1 week ago

Verify canary release

Link to code that reproduces this issue

yarn dlx create-turbo@latest --example with-react-native-web

What package manager are you using / does the bug impact?

Yarn v1

What operating system are you using?

Mac

Which canary version will you have in your reproduction?

yarn why v1.22.19

Describe the Bug

After run apps of mono repo with turborepo, all apps are running even the react native app but Expo Go controls are not working in the terminal.

Screenshot 2024-09-09 at 20 42 13

Expected Behavior

I expected after run, controls work for example after entering a word and pressing enter, run the emulator.

To Reproduce

I just clone this repo from turborepo examples and run the project https://github.com/vercel/turborepo/tree/main/examples/with-react-native-web

Additional context

No response

NicholasLYang commented 1 week ago

Hi, could you try with the TUI? To do so, pass --ui tui to your turbo command

tknickman commented 1 week ago

Check out the docs on interactive tasks as well

spr021 commented 6 days ago

Hi, could you try with the TUI? To do so, pass --ui tui to your turbo command

Thank you, that fix the problem.

Screenshot 2024-09-11 at 03 08 13