Closed rizki-tabist closed 11 months ago
Mapbox
default
Android
@rnmapbox/maps
^10.0.15
import React from 'react'; import { MapView, ShapeSource, LineLayer, Camera, } from '@rnmapbox/maps'; const aLine = { type: 'LineString', coordinates: [ [-74.00597, 40.71427], [-74.00697, 40.71527], ], }; class BugReportExample extends React.Component { render() { return ( <MapView style={{flex: 1}}> <Camera centerCoordinate={[-74.00597, 40.71427]} zoomLevel={14} /> <ShapeSource id="idStreetLayer" shape={aLine}> <LineLayer id="idStreetLayer" /> </ShapeSource> </MapView> ); } }
Sporadic crashes were reported via crashlytics when loading Mapbox libraries.
It seems the issue comes from Mapbox Map Android itself
No crash
No response
Sporadic crashes when Mapbox library is loaded: java.lang.UnsatisfiedLinkError at com.mapbox.common.loader.MapboxLibraryLoader.load #1109
Thanks much for the info. The issue is not really actionable for us, hopefully it'll be fixed in upstream mapbox-maps-android
Mapbox Implementation
Mapbox
Mapbox Version
default
Platform
Android
@rnmapbox/maps
version^10.0.15
Standalone component to reproduce
Observed behavior and steps to reproduce
Sporadic crashes were reported via crashlytics when loading Mapbox libraries.
It seems the issue comes from Mapbox Map Android itself
Expected behavior
No crash
Notes / preliminary analysis
No response
Additional links and references
Sporadic crashes when Mapbox library is loaded: java.lang.UnsatisfiedLinkError at com.mapbox.common.loader.MapboxLibraryLoader.load #1109