Unable to customize custom routes / waypoints #3173
Unanswered
aftabhussain6
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have react native app that runs with an iot device. I am defining waypoints but not able to customize it. Here is the code that I have right now. Also check the video which shows the functionality I want to achieve.
const renderWayPoints = () => {
const styles = {
icon: {
iconImage: 'wayPointImg',
iconSize: 0.3,
iconAllowOverlap: true,
},
};
};
Demo Video Link:
VID-20231115-WA0028.mp4
Beta Was this translation helpful? Give feedback.
All reactions