react-native-geolocation-service icon indicating copy to clipboard operation
react-native-geolocation-service copied to clipboard

Does this works on Huawei Devices that only supports hms?

Open ohszehong opened this issue 3 years ago • 1 comments

The gps works fine for both android and iOS, but it's not working for latest huawei devices that only supports hms, does this package works on those said device?

ohszehong avatar Jun 17 '22 05:06 ohszehong

Hi @ohszehong. I suppose that you need to use forceLocationManager: true to use the android's default LocationManager API instead of the default (and recommended) FusedLocationProviderClient (using gms) for that devices. Have you tried it?

Pardiez avatar Aug 22 '22 10:08 Pardiez