react-native-geolocation-service
react-native-geolocation-service copied to clipboard
Does this works on Huawei Devices that only supports hms?
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?
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?