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.61k stars 291 forks source link

what is the difference between this and the community react-native-geolocation package currently? #383

Open SymntxHomendra51 opened 1 year ago

danidaryaweesh commented 1 year ago

@SymntxHomendra51 I have tried this package and I can say that this package works more consistently across Android devices (both packages work well on iOS).

SymntxHomendra51 commented 1 year ago

@danidaryaweesh okay i see the community version is updated recently and I think it is being developed very fast than this one. There watchposition method also has a timeout option, which this package lacks.

danidaryaweesh commented 1 year ago

@SymntxHomendra51 Yes that is true, however I'm encountering more issues with the community version (related to cached current location). So I decided to use this library for now.

SymntxHomendra51 commented 1 year ago

ok i'm using this as well