You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an update on this? RNCGeolocation.requestAuthorization() is broken on Android. Is the only workaround to use if(Platform === 'Android') and the PermissionAndroid?
Environment
Platforms
Android
Versions
Description
the app is working fine on IOS, but in android it crashes with an error
when i have debugged the code it turned out that the function
RNCGeolocation.requestAuthorization()
is undefined and thats why it throws the exception, i have went over the instructions many times, but i couldn't get it fixed.
The text was updated successfully, but these errors were encountered: