Agontuk / react-native-geolocation-service

React native geolocation service for iOS and android
https://www.npmjs.com/package/react-native-geolocation-service
MIT License
1.6k stars 290 forks source link

Does this works on Huawei Devices that only supports hms? #357

Open ohszehong opened 2 years ago

ohszehong commented 2 years ago

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?

Pardiez commented 1 year ago

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?