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
On iOS v0.22 - v0.26, the map annotations are not always centered properly. Commit [97fe0ea] tried to get this properly but was not done correctly. Annotation views use a center offset which is 0,0 by default. This means the annotation subview itself must be placed at center. -[RCTMapAnnotationView layoutSubviews] only attempts to set the bounds which will give it the correct size, but it doesn't preserve the centering.
At this time, I can not provide a small sample as this is part of our whole project right now.
The text was updated successfully, but these errors were encountered:
On iOS v0.22 - v0.26, the map annotations are not always centered properly. Commit [97fe0ea] tried to get this properly but was not done correctly. Annotation views use a center offset which is 0,0 by default. This means the annotation subview itself must be placed at center. -[RCTMapAnnotationView layoutSubviews] only attempts to set the bounds which will give it the correct size, but it doesn't preserve the centering.
At this time, I can not provide a small sample as this is part of our whole project right now.
The text was updated successfully, but these errors were encountered: