dev-plugins
dev-plugins copied to clipboard
Dev tools web UI not showing
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
I had BROWSER variable env set to none to prevent open chrome when npx expo start --web
removing it fix the issue
I encounter the same issue after upgrading expo54, but I'm not set BROWSER variable. Has anyone figured out how to fix it?