Marc Bourguignon

Results 10 comments of Marc Bourguignon

we're also experiencing the same issue as folks above. @dudeuter thank you for the info, could you please elaborate regarding the workaround described above? Are you saying to include a...

@dudeuter unfortunately your suggested workaround doesn't seem to work. Here are the steps: 1. Successfully download a TileRegion for the styleURI `mapbox://styles/mapbox/satellite-v9` 2. Go offline 3. Render Map with a...

Thanks so much @dudeuter We're using [rnmapbox](https://github.com/rnmapbox/maps) which uses this package under the hood. I implemented your example with a RasterLayer reading from a RasterSource with the v4 api tile...

we're using rnmapbox which uses mapbox-maps-android under the hood and are also finding very frequent crashes in production. unfortunately the repro is inconsistent and seems to be some sort of...

+1 As a hacky workaround we pre-load all custom feature styling on a `MapView` off-screen to load custom stylings into ambient cache. Not ideal though.

same issue here on Android and react-navigation. When a new screen is pushed on top of a screen with a Map rendered and the user presses "back" (navigation.goBack()) the app...

our team is also facing this for android on expo sdk 49 and expo-notifications@~0.20.1 `addNotificationReceivedListener` is always a null `data` payload `addNotificationResponseReceivedListener` is never called when pressing the notification from...

@dthib I haven't attempted the fix yet, it'll need to be added to the rnmapbox native code here: https://github.com/rnmapbox/maps/blob/main/android/rctmgl/src/main/java-v10/com/mapbox/rctmgl/modules/RCTMGLOfflineModule.kt#L78

After updating to the latest Instagram build on iOS we are also facing the black screen when sharing to stories. EDIT: Just tested with other apps such as Photos and...

As of the past month on Android we've had to explicitly call `locationManager.start()` for user location/heading to update; otherwise, UserLocation would just stay stuck on initial load. May be related...