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

Non-free dependency make this library incompatible with Free Software

Open muelli opened this issue 1 year ago • 1 comments

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

muelli avatar Apr 24 '24 15:04 muelli

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.

Siliconvelly avatar May 03 '24 07:05 Siliconvelly