-
-
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
Marker - display issues on android #1592
Comments
…, Circle and Group
…, Circle and Group
…, Circle and Group
…, Circle and Group
…, Circle and Group
…, Circle and Group
…, Circle and Group
Hey! I'm having the same issue on android when trying to put a marker on a line, I saw that you added support on android code itself. Is there anyway to accomplish this on expo? |
nvm, a quick google search taught me how to do it here |
…up (#1594) PR adding better Marker support on Android. Markers were only displayed on Path on Android. I have looked at the code and Markers are based on elements attribute which was only filled via PathParser. I have modified getPath method on other shapes in order to fill elements attribute. For groups I only copied data from children. Co-authored-by: Wojciech Lewicki <wojciech.lewicki@swmansion.com>
Bug
I am using
Markers
, it works well on iOS, but on Android markers are only displayed on<Path/>
(I can't see them on<Line/>
,<Ellipse/>
and<Rectangle/>
)Environment info
Run
react-native info
in your terminal and copy the results here. Also, include the precise version number of this library that you are using in the projectReact native info output:
Library version: 12.1.1
Steps To Reproduce
Issues without reproduction steps or code are likely to stall.
Describe what you expected to happen:
The text was updated successfully, but these errors were encountered: