You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have also tried to instead of using the image attribute of <Marker/> to instead do <Marker><><Image/></><Marker/> however the same behaviour happens but performance is worse. These exact same custom markers appear when using the default MapView from 'react-native-maps'.
The strange thing is that when using the default markers, it works perfectly:
iOS (iPhone 13 Pro, software version 15.4.1)
RPReplay_Final1652909579.mp4
Android
22-05-20-13-00-25.mp4
The text was updated successfully, but these errors were encountered:
Custom image markers appear to not render properly on iOS.
I'm using a custom marker defined as follows:
I am also using a custom cluster marker defined as follows:
I have also tried to instead of using the image attribute of
<Marker/>
to instead do<Marker><><Image/></><Marker/>
however the same behaviour happens but performance is worse. These exact same custom markers appear when using the default MapView from 'react-native-maps'.The strange thing is that when using the default markers, it works perfectly:
iOS (iPhone 13 Pro, software version 15.4.1)
RPReplay_Final1652909579.mp4
Android
22-05-20-13-00-25.mp4
The text was updated successfully, but these errors were encountered: