jakub-oone
jakub-oone
> @alexshalamov thanks should I open a different issue for image size change issue? > > Being able to change image sizes even at a cost of re-layout sounds fine....
Hi Miklós,I have prepared for you the repository with simple Mapbox app. Just build and run this app please and you will have 100% reproducible example. Thank youBest regards Jakubjakub-oone/issue-symbollayergithub.comOn...
The issue appears just in case you add eg. 50 and more images. And also it depends on your internet speed. With 5 images on the map, it is working...
Hi Miklós,I am surprised it is really working on Android. 🤦♂️ I have to admit, that I have tested it mainly on iOS device after we updated the RNMapbox and...
Hi @masonkieth, I was not able to run `yarn run codegen` nor `yarn install`. I am getting `Couldn't find package "@maplibre-react-native/examples@workspace:*" required by "[email protected]" on the "npm" registry.` Can you...
@KiwiKilian @masonkieth thx, did not know that I was using yarn v1. After upgrade to v4 everything started to work :-)
Hi, I tried to find something interesting in the event data in our logs. It appears that one of the users denied location permissions and then accepted them back. But...
Hi @christocracy, after we updated to version "4.18.3", this bug appeared again. It looks you fixed this bug in 4.17.3 [https://github.com/transistorsoft/react-native-background-geolocation/blob/master/CHANGELOG.md#4173--2024-10-21], but in version 4.18.3 it is back again. I...
We have not released this version to production yet, so it is just pre-release tests. I can see just one crash.
I have just this: java.lang.NullPointerException: Attempt to invoke virtual method 'float java.lang.Float.floatValue()' on a null object reference at com.transistorsoft.locationmanager.service.StopTimeoutEvaluator.a(SourceFile:1) at com.transistorsoft.locationmanager.service.PolygonGeofencingService.c(SourceFile:2) at com.transistorsoft.locationmanager.service.PolygonGeofencingService.a(SourceFile:2) at com.transistorsoft.locationmanager.service.PolygonGeofencingService$a.run at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) at...