Replies: 1 comment
-
Not resolved but not needed at the moment |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey.
I have been happily using expo-router and been really satisfied with it. Now though I encountered a problem I'm not able to solve by myself. How to use custom markers with @react-google-maps/api? Previously I used component as follows:
But now it seems that this throws error:
InvalidValueError: setIcon: in property url: not a string
Some notes I made:
path
prop instead ofurl
there is no error, but the markers don't appear at all.repo: https://github.com/fuelkoy/react-native-maps-img
Thank you for all the help 🙏
Beta Was this translation helpful? Give feedback.
All reactions