rnmapbox / maps

A Mapbox react native module for creating custom maps
MIT License
2.28k stars 848 forks source link

[Bug]: Not create offlinemap #3643

Closed vienha closed 1 month ago

vienha commented 1 month ago

Mapbox Implementation

Mapbox

Mapbox Version

10.1.31

React Native Version

0.75.4

Platform

iOS, Android

@rnmapbox/maps version

10.1.31

Standalone component to reproduce

await offlineManager.createPack( { name: mapName, styleURL: styleURL, minZoom: 0, maxZoom: 17, bounds: boundbox, }, progressListener, errorListener, );

Observed behavior and steps to reproduce

when i call offlinemanager.creatPack not error but status: {"completedResourceCount": 0, "completedResourceSize": 0, "erroredResourceCount": 0, "loadedResourceCount": 0, "loadedResourceSize": 0, "name": "offlinePack", "percentage": NaN, "requiredResourceCount": 0, "state": "complete"}

Expected behavior

No response

Notes / preliminary analysis

No response

Additional links and references

No response

github-actions[bot] commented 1 month ago

No code example found in issue body - More info