-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Line markerEnd doesn't work on Android #1739
Comments
@msand @magicismight Would you please look into it, it seems unnoticed. Thanks. |
I managed to solve this by drawing a dynamic arrowhead. Hope it helps someone.
However the bug remains open, were looking to use I have posted same solution in Stackoverflow |
This works Perfect @iphonic but wondering if there is an easier to achieve this ? |
This is still an issue. Anyone knows why exactly markerEnd is not working on Android? |
It should be fixed with #1594. I will close this issue then. Feel free to comment here if something is wrong and we can always reopen it then. |
Simply trying to draw an arrow line using the following code
The above code draws a line with an arrow fine on iOS but doesn't work on Android at all, it draws a simple line in Android without the markerEnd.
Is this is a bug, or I am doing anything wrong?
Live example here https://snack.expo.dev/@vedexpo/d2ed3c
Thanks.
The text was updated successfully, but these errors were encountered: