-
-
Notifications
You must be signed in to change notification settings - Fork 856
New issue
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
[Bug]: ShapeSource.getClusterLeaves crash on iOS (NOBRIDGE mode) #3618
Comments
This is happening to me as well. Screen.Recording.2024-11-05.at.15.59.28.mp4Here is the relevant crash report :
|
For information, I did a bit more debugging. Here are the related line portion in the bridge :
I'm absolutely not competent in native iOS, here is the ChatGPT insight if that helps :
|
same here! |
Fixed it with a patch-package.
to
Then edit e.g. change
to
Then create a patch-package so the change persists between npm installs: then
|
thanks, @nomadnic, here is a patch file to 10.1.33 latest (at the moment) version
|
Mapbox Implementation
Mapbox
Mapbox Version
11.3.0
React Native Version
0.75.2
Platform
iOS
@rnmapbox/maps
version10.1.31
Standalone component to reproduce
Observed behavior and steps to reproduce
When trying to get clusterLeaves using the method getClusterLeaves() of ShapeSource the app crashes immediately.
Expected behavior
ShapeSource.getClusterLeaves() used to worked on old architecture.
Notes / preliminary analysis
No response
Additional links and references
rnmapbox-getclusterleaves-crash.mov
The text was updated successfully, but these errors were encountered: