Naftali Beder
Naftali Beder
## Environment - Xcode version: 15.2 - iOS version: 17.0 - Devices affected: iOS Simulator - Maps SDK Version: Reproduced on 11.2.0-rc1 and 11.1.0 ## Observed behavior and steps to...
It appears that `LocationIndicatorLayer` requires `locationTransition` to be an instance of `StyleTransition`, which only has the properties `duration` and `delay`. Setting a non-zero duration makes the indicator move with what...
From the [documentation](https://developer.android.com/reference/android/os/PowerManager#newWakeLock(int,%20java.lang.String)): > use a unique prefix delimited by a colon for your app/library (e.g. gmail:mytag) to make it easier to understand where the wake locks comes from. It...
Would you accept a PR updating the peer dependencies to include `"react-native": "... || ^0.74.0"`? The library works fine on 0.74, but throws an error on dependency installation at the...
## Description Fixes camera bounds-with-padding bug in v11 described in https://github.com/mapbox/mapbox-maps-ios/issues/2134. ## Checklist - [x] I've read `CONTRIBUTING.md` - [x] I updated the doc/other generated code with running `yarn generate`...
The call ```objc [self startObserving]; ``` is an empty inherited function, so the existing implementation does not restart the observer. To call the local `startObserving` method in `RNCGeolocation.mm`, it needs...