lindakw / air-O-Meter_appRN

React native air quality app
3 stars 0 forks source link

Load page automatically from geo-location #36

Closed Kacique closed 2 years ago

Kacique commented 2 years ago

Added geo location functionality using expo-location.

If the user grants permission, dispatch sends the users latitude and longitude to the getLocation query.

Added geoLoadingSlice. If the user is making a geo location query we set the state to true, if search by city name query we set the state to false.