expo sdk 30 android reslease location permission issue

Expokit location permission issue. When tested in debug mode it works fine but when I build a release build from android studio it doesn’t work.

Hey @surajmaharjan,

We need more information than “it doesn’t work” to be able to try and help you debug the issue. Is it not being called? Is it return the wrong value?

Cheers,

Adam

@adamjnav
I got this error on sentry while calling Permissions.askAsync(Permissions.LOCATION);

    • 10:31:18

sentry ```
TypeError: undefined is not a function (evaluating ‘r(e)’)


* 10:31:22

sentry ```
TypeError: undefined is not a function (evaluating 'o.getInfoAsync(e,t)')
  • 10:31:22

exception ```
TypeError: undefined is not a function (evaluating ‘o.getInfoAsync(e,t)’)

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.