Ricardo Montoya

Results 22 comments of Ricardo Montoya

Hi @mattpocock, About the error that occurs in the vs-code visualizer, should I open a new issue for better tracking purposes or leave this issue as the master one for...

Hi @mattpocock, Any news about this? :)

Is there a workaround for this problem? I'm on npm 7.20.1 an the I try `npm i` when my package.json includes a gutbucket repo with `git+ssh` it hangs. this is...

Complementing @robinmalik latest post, for *nix/ *nux envs the script command in `package.json` should be: ``` json { "scripts": { "start": "export NODE_OPTIONS=--openssl-legacy-provider && expo start" } } ```

@jamonholmgren @dawidp9 @pengchengbuaa I got the same error but in my case it occurred because I was accidentally declaring a Model prop and a computed getter of the same name...

Hello @mattpocock, would you take a look at this issue or triage it to someone else please? Thank you in advance. :)

I'm having the same problem. I'm using Expo Router with a mono repo (turbo repo) and when exporting for web the icons don't show up. I'm using expo version 48.0.16...

My current dirty workaround on `package.json` while the fix is released: ``` js { "build": "npx expo export --platform web && pnpm fixmrepo", "fixmrepo": "cd dist && mv assets/__node_modules node_modules",...

> I'm having the exact same issue, locally when I build everything looks good and I can see the icons with npx expo start or npx serve dist. Only when...

Glad you found how to solve it for your case! In my case I'm not deploying neither using firebase. The problem is indeed a path problem in my case since...