michalchudziak / react-native-geolocation

Geolocation APIs for React Native
MIT License
1.27k stars 219 forks source link

Non-free dependency make this library incompatible with Free Software #309

Open muelli opened 2 months ago

muelli commented 2 months ago

The dependency on com.google.android.gms:play-services-location pulls non-free libs which make software using this library non-free Software.

Alternatives are https://github.com/maplibre

ref: https://gitlab.com/fdroid/fdroiddata/-/issues/3248

Siliconvelly commented 2 months ago

HI first of all i am getting issue in this whole library now i am specifying how. first when you use Geolocation.getCurrentPosition() and you have set like { enableHighAccuracy: true, timeout: 10000, } means enableHighAccuracy: true then it works very well into the emulator of android and ios both but when in real android device it won't. it is giving error rather then working well. if you give enableHighAccuracy: false then on emulator it not gives the correct location it gives false or approximate location on real device it working but same issue not giving correct or accurate location then how we can work with it i am stuck on this because i am working on food delivery app but this library is not giving me the result please help me as soon as possible.