Oliviero Chiodo

Results 2 comments of Oliviero Chiodo

Is there an update on this? `RNCGeolocation.requestAuthorization()` is broken on Android. Is the only workaround to use `if(Platform === 'Android')` and the PermissionAndroid?

Our project is currently affected by this as well. Wouldn't it be a good default implementation if this was enabled by default? Correct me if I am wrong, but when...