We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Thanks much for the info. The issue is not really actionable for us, hopefully it'll be fixed in upstream mapbox-maps-android
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: