-
-
Notifications
You must be signed in to change notification settings - Fork 853
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]: MarkerView not shown in IOS #3139
Comments
I've also been having issues recently related to MarkerView with recent beta versions ( The markers seem to disappear and reappear when panning, zooming, rotating, and/or changing the pitch in certain amounts. The behavior seems to be deterministic but I can't yet determine what the pattern is. One way it has been consistently is the views disappearing when they go in the bottom quarter or so of the viewport, so maybe there's something funky going on with the camera? Also fwiw this issue did not seem to be occurring with RPReplay_Final1699442445.mov |
Update: I reverted to MapboxMaps |
@MichaelDanielTom Thank you for your answer! I managed to solve the issue! The issue was that the coordinates I was passing down to MarkerView component were in the string format (not number). Once I changed this, they appeared in IOS! I also have the same issue you do, that I zoom out and some markers seem to disappear. I will close the issue given it was solved, yet I will be paying close attention to the fix of these markers that appear/disappear. Best Regards |
Mapbox Implementation
Mapbox
Mapbox Version
default
Platform
iOS
@rnmapbox/maps
version10.0.0-beta.11
Standalone component to reproduce
Observed behavior and steps to reproduce
Hi!!
I am having a huge problem as markers are not being show in IOS (yet they do in android). I am using Expo (development build) for my app. The code corresponds to my plugin specification and my component.
Markers are perfectly shown in Android yet not in IOS
Expected behavior
Markers should show in IOS
Notes / preliminary analysis
I have tried with point annotations and shapesource and they don't appear in my IOS Device
Additional links and references
The text was updated successfully, but these errors were encountered: