Kevin Tran
Kevin Tran
> Modify `scale: Math.min(window.devicePixelRatio, 2)` Can solve this problem. This worked for me. Happens when I pass a node thats very long.
In Mapbox version 10 on ios, PointAnnotations were also not working for me. I was fetching a list of coordinates async and mapping them onto the mapview directly in the...
IDK why, but for myself, I have `.env`, `.env.production` and `.env.development` I try running `NODE_ENV=production npx expo start` and it always gives me my development values...what gives!?!?
> Handling envs (custom) and sharing between EAS Build and dotenv files is still cumbersome, I think it's not stale. Yeah I have just been building my app locally and...
> IDK why, but for myself, I have `.env`, `.env.production` and `.env.development` > > I try running `NODE_ENV=production npx expo start` > > and it always gives me my development...
Check this article, it may help -> https://blog.expo.dev/security-advisory-for-developers-using-authsessions-useproxy-options-and-auth-expo-io-e470fe9346df
> In my case Sentry is getting this error `Error: Cannot use the AuthSession proxy because the project full name is not defined.` hope this gets fixed soon! This is...
Well I just followed the article and created a development build on Android and it seems to work fine. https://github.com/expo/fyi/blob/main/auth-proxy-migration.md