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
Created new react native project using cli comand and run it on the android emulator and ios simulator. After install the this npm and do the code as below
import GeoLocation from '@react-native-community/geolocation';
Environment
Platforms
Versions
Description
Created new react native project using cli comand and run it on the android emulator and ios simulator. After install the this npm and do the code as below
import GeoLocation from '@react-native-community/geolocation';
GeoLocation.setRNConfiguration({
skipPermissionRequests: false,
authorizationLevel: 'always',
enableBackgroundLocationUpdates: true,
locationProvider: 'auto',
});
GeoLocation.requestAuthorization();
Using ths above code snippet on iOS it is working as expected but android app is crashing, as below
Reproducible Demo
The text was updated successfully, but these errors were encountered: