Dav
Dav
The problem is that even if your command `expo start --no-dev --minify` works, it would only affect development and we are seeing this on a standalone production build. Also, telling...
I'm also seeing this issue after upgrading my expo SDK v49 to v50, which meant a lot of packages were updated so I can't know which one could be causing...
+1 for this PR to be merged
What's the hold up to release v4 proper? Last tag was way back last July! 
This was also happening to me, I logged into my account manually and clicked the "This was me" button. When I ran the script to use this package login then...
All I want to do is automatically follow a user (I have the user id) and looking for the "official way" to do this using the Instagram Graph API, seems...
The solution is to refactor or rewrite the component, or use [patch-package](https://www.npmjs.com/package/patch-package) to comment it out. Unfortunately not much will happen without @mmazzarolo, happy to create a PR if you...
@brentvatne Adding you as your name comes up on the comment directly above the version and looks like you were right 😅 https://github.com/expo/expo/blob/main/packages/%40expo/config-plugins/src/android/GoogleServices.ts ```ts // NOTE(brentvatne): This may be annoying...
> I can confirm the issue, I have the same problem. @bbialas Do you use [patch-package](https://www.npmjs.com/package/patch-package)? For now you can add this to your patches dir and it should build...
Thanks @brentvatne, yes I am aware that I can ignore it, and I will have to continue doing so in this case. I just thought I would actually read them...