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 am looking to set up custom markers for a multi-stop route. I have a custom marker image that I want to use. I have tried to use the following code to set the custom marker image:
Image asset is located at: android/app/src/main/assets/myMarker.png
However, the app crashes when I try to set the custom marker image. Is there something I am missing? Please help me resolve this issue.
Meta info
react-native-navigation version: 0.8.1
react native version: 0.74.1
Platform: Android
Device: Simulator Pixel 7a API 35
The text was updated successfully, but these errors were encountered:
rhinkle
added
triage me
I really want to be triaged.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
labels
Nov 25, 2024
Hi, in version 0.9.0 both Android and iOS implementation are using assets as resource for imPath.
Marker (and groundOverlay) image handling is not yet perfect and improvements for this are in roadmap.
See how custom marker images are used in example app on version 0.9.0.
I am looking to set up custom markers for a multi-stop route. I have a custom marker image that I want to use. I have tried to use the following code to set the custom marker image:
Image asset is located at:
android/app/src/main/assets/myMarker.png
However, the app crashes when I try to set the custom marker image. Is there something I am missing? Please help me resolve this issue.
Meta info
The text was updated successfully, but these errors were encountered: