Closed lmeier closed 1 year ago
The map element requests location for the location indicator, but we can't be sure that we have the necessary permissions.
The react-native-radar sdk doesn't do full permission monitoring, so the safest thing to do is to attempt to get the location and fail gracefully.
react-native-radar
I'm presently console.warn-ing, but we probably should replicate the logger used in the js sdk sometime soon.
console.warn
The map element requests location for the location indicator, but we can't be sure that we have the necessary permissions.
The
react-native-radar
sdk doesn't do full permission monitoring, so the safest thing to do is to attempt to get the location and fail gracefully.I'm presently
console.warn
-ing, but we probably should replicate the logger used in the js sdk sometime soon.