Hugo

Results 16 comments of Hugo

Hey everyone! I just found a solution, I replaced this library for [react-native-geolocation-service](https://www.npmjs.com/package/react-native-geolocation-service) and it solved the problem, the API is the same so the change it's easy. I tested...

I have the same question, I need it to obtain documents between certain dates. I did this but it didn't work: ```javascript after: { type: Date, paths: ['fecha'], operator: '$gte'...

I need to send the current location of the device every minute but I'm having a problem when the device is locked. First I created a timer that runs every...