Cant get permission modal for location

Hello,

I am currently working on RN 0.54 and expo sdk 23 a i want a to display a user prompt in my app. So i am trying the Expo.Permissions.askasync(Permissions.LOCATION) but the result directly gave succes or granted but the pop up didnt show up.

Any help will be appreciated.

Hey @akhil_007,

You need to use the matching react native version for each Expo SDK version. SDK23 uses a forked version of RN 0.50.

Cheers,

Adam

Thanks for your suggestions mate,

but i made a mistake
im using expo sdk 25 and RN 0.54

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