Rafael Ricardo Vieceli

Results 12 comments of Rafael Ricardo Vieceli

Same problem in android here, in iOS looks good (i'm testing).

@jferrettiboke have you tried [Managing dependencies](https://turborepo.org/docs/guides/workspaces#managing-dependencies)?

Hi @francoischalifour I tried same example from google/stackoverflow without success. I don't have a code that can works :( I got your idea. I will test it. Thank you

@AdamJNavarro I'm wrong. We got this issue after upgrade to SDK39 in standalone QA app, but I done right now a test in production with SDK38 and I had the...

@AdamJNavarro We tested with Iphone 11 (ios14) and iphone 6 (ios12) and in both cases in SDK38 (prod) are fast, but in SDK39 (qa) are slow.

@AdamJNavarro We discovery more things during the investigation. When Precise Location is OFF, SDK 38 and 39 are very slow, if we turn ON works fine in SDK38, but SDK39...

I'm 100% sure if is related, but after our test in SDK38, we got this error in sentry `Cannot obtain current location: Error Domain=kCLErrorDomain Code=0 "(null)"` We don't have anything...

@tenondecrpc I need to show user position on the map, I need more precision. I will test it again

Using this example https://docs.expo.io/versions/latest/sdk/location/#usage from documentation I created this snack https://snack.expo.io/@rvieceli/expo-issue-10756 I only added time result below the location result. Android takes ~0.051 seconds to get my location iOS takes...

I also tested different SDK versions. Using Precise Location as ON SDK37 -> 0.025 seconds SDK38 -> 0.035 seconds SDK39 -> 10.012 seconds SDK40 -> 10.013 seconds Using Precise Location...