aranja/rakning-c19-app

[iOS development] Unrecognized permissions: location

Closed this issue · 1 comments

I don't seem to be able to continue after the WelcomeScreen. I get the error in the title. I've tried to run yarn prepare again, but no luck. Am I missing something?

Screen Shot 2020-04-15 at 21 27 18

Ah! This is a regression. I know what it is. We removed expo-location since we're not using it for geolocation, but we are using expo-permission, which needs expo-location in order to request location permissions.

I'll fix it real quick.