Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Add trackViewChanges prop to markers
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Neumayer committed Mar 26, 2024
1 parent a648035 commit 470c608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/bpk-component-map/src/BpkIconMarker.android.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ const BpkIconMarker = (props: Props) => {
coordinate={{ latitude, longitude }}
onPress={onPressFn}
zIndex={zIndex}
tracksViewChanges={false}
>
<View style={pointerStyles} />
<View style={wrapperStyles}>
Expand Down
1 change: 1 addition & 0 deletions lib/bpk-component-map/src/BpkPriceMarker.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ const BpkPriceMarker = (props: Props) => {
coordinate={{ latitude, longitude }}
onPress={onPressFn}
zIndex={zIndex}
tracksViewChanges={false}
>
<View style={wrapperStyles}>
<View style={pointerStyles} />
Expand Down

0 comments on commit 470c608

Please sign in to comment.