Edited:
I've been trying to use React-Native Geolocation API in my app. The apı the same with https://developer.mozilla.org/en-US/docs/Web/API/Geolocation/Using_geolocation
However, the API is not as good as Android native geolocation services. When I run the app, my location cannot be found unless I move 40 meters.
I guess also Android applies some strategies to find the user location.
How to use Geolocation API like iOS and Android native services?