expo / dev-plugins

Out-of-tree Expo devtools plugins for packages that haven't adopted the Expo devtools plugin system yet.
MIT License
144 stars 24 forks source link

Dev tools web UI not showing #45

Open martinezguillaume opened 1 month ago

martinezguillaume commented 1 month ago

Hi ! Thanks for the amazing tools !

I have problem when using them, for example, with @dev-plugins/react-query When selecting it in the terminal, I have nothing showing, no chrome, nothing

✔ Dev tools (native only) › Open @dev-plugins/react-query
› Press ? │ show all commands

I have just this checkmark saying that it worked but it didn't, wan can I do ?

note: I have Chrome installed and it works well when open with JS debugger

martinezguillaume commented 1 month ago

I had BROWSER variable env set to none to prevent open chrome when npx expo start --web removing it fix the issue