Sini Nysten

Results 6 comments of Sini Nysten

Hi, it's been a while. Unfortunately I don't have the resources to improve this project further at the moment. This project should be considered mainly as reference or base for...

This is probably related to #177 To fix this, you'll have to move the notification icon from the drawable folders to the mipmap folders. Hope this will help you.

My suggestion was to move the icons from drawable to mipmap, not include them in both directories. I have my icons working on all versions, so maybe having them in...

Looking at my own projects, I can safely say it shouldn't be an issue, since I have the icon in both folders. Would you mind sharing the code that creates...

Do you use this library for local notifications? When creating/scheduling a notification, you can specify the icon being used (`smallIcon`) to match the icon image. I can't really see why...

https://github.com/transistorsoft/react-native-background-geolocation/blob/7745a0c417d50780845d74f83ae085aa9bbe3163/src/declarations/interfaces/Location.d.ts#L130-L133 The interface `Location` specifies that `timestamp` property is of type `string` and is in fact provided an ISO 8601 string in the `onLocation` listener callback.