Skip to content
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

[BUG]: IOS 마커오버레이 컴포넌트가 지도를 가리는 현상 #95

Closed
2 of 3 tasks
smp2103 opened this issue Aug 1, 2024 · 5 comments
Closed
2 of 3 tasks
Labels
bug Something isn't working Stale

Comments

@smp2103
Copy link

smp2103 commented Aug 1, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Version of @mj-studio/react-native-naver-map

1.5.9

Version of react-native

0.72.3

What os are you seeing the problem on?

iOS

What device types are you seeing the problem on?

Physcial Device

What architecture types of react native are you seeing the problem on?

Old Architecture(Bridge)

Version of device(android API, iOS OS version, etc...)

No response

Expo App

  • I am using Expo

What happened?

react-native debugger를 이용해서 Inspect를 해보니, 투명한 NaverMapMarkerOverlay가 화면의 왼쪽에 전부몰려있고, 이게 지도의 제스쳐를 막아버리고있습니다. 커스텀마커를 사용하지 않았고, 전부 image http uri 방식으로 진행하였습니다.
IMG_7161

Relevant a package.json.

No response

Relevant log output

No response

Reproducible Sample Repository

Code of Conduct

  • I agree to follow this project's Code of Conduct
@smp2103 smp2103 added the bug Something isn't working label Aug 1, 2024
@smp2103
Copy link
Author

smp2103 commented Aug 1, 2024

NaverMapMarkerOverlay 에 maxWidth:0 patch-package로 해결

@smp2103 smp2103 closed this as completed Aug 1, 2024
@mym0404
Copy link
Owner

mym0404 commented Aug 1, 2024

확인햐보겠습니다.

@mym0404 mym0404 reopened this Aug 1, 2024
@smp2103
Copy link
Author

smp2103 commented Aug 1, 2024

@mym0404
image

실제로 NaverMapmarkerOverlay에 httpUri 방식으로 마커컴포넌트를 작성하고,
위와같이 backgroundColor 를 넣어보면, 화면 왼쪽에 영역을 차지하고있는걸 확인할 수 있었습니다.
width 를 명시적으로 줘서는 해결이안되었고, maxWidth 0을 주니 해결되었습니다

Copy link
Contributor

github-actions bot commented Sep 1, 2024

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 2 days.

@github-actions github-actions bot added the Stale label Sep 1, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 4, 2024
@mym0404 mym0404 reopened this Sep 4, 2024
@github-actions github-actions bot removed the Stale label Sep 5, 2024
Copy link
Contributor

github-actions bot commented Oct 6, 2024

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 2 days.

@github-actions github-actions bot added the Stale label Oct 6, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Stale
Projects
None yet
Development

No branches or pull requests

2 participants