react-native-naver-map icon indicating copy to clipboard operation
react-native-naver-map copied to clipboard

[BUG]: 마커 깜빡임

Open Jin-seop opened this issue 8 months ago • 4 comments

Is there an existing issue for this?

  • [x] I have searched the existing issues

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

^1.5.10

Version of react-native

0.72.12

What os are you seeing the problem on?

Android

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...)

안드로이드 모든 폰

Expo App

  • [ ] I am using Expo

What happened?

안드로이드 실기기 폰에서 맵 이동 없이 가만히 있어도 마커가 깜빡거리는 이슈입니다.

//사용된 마커 옵션입니다. 마커는 Memo로 감싸져서 메모이제이션이 되어있는 상태입니다.

    <NaverMapMarkerOverlay
      latitude={data.latitude}
      longitude={data.longitude}
      anchor={{ x: 0.5, y: 0.5 }}
      onTap={() => (onSourceLayerPress ? onSourceLayerPress(data) : undefined)}
      width={widthSize(28)}
      height={heightSize(28)}
    >
      <View style={styles.pointLayer} key={`map-catch-log-item-${data.latitude}-${data.latitude}-${data.geohash2}`}>
        <View style={styles.pointLine}>
          <Text style={styles.pointCountText}>{data.count}</Text>
        </View>
      </View>
    </NaverMapMarkerOverlay>

https://github.com/user-attachments/assets/512e576f-5331-4e27-ad6b-88c364638559

Relevant a package.json.


Relevant log output


Reproducible Sample Repository

.

Code of Conduct

  • [x] I agree to follow this project's Code of Conduct

Jin-seop avatar Apr 17 '25 01:04 Jin-seop

해당 현상은 안드로이드에서 마커와 관련하여 비트맵 리소스를 관리하는 부분을 수정해야 해결될 것으로 보입니다. @mym0404 시간나실 때 한번 확인해주시면 감사하겠습니다 :) 👍

lazyflog avatar Apr 17 '25 09:04 lazyflog

네 혹시 동영상이 안보이는데 다시 업로드 가능할까요?

mym0404 avatar Apr 26 '25 05:04 mym0404

https://github.com/user-attachments/assets/45711691-ef15-4816-9ad0-5461a86fb3ff

Jin-seop avatar Apr 27 '25 23:04 Jin-seop

react-native 0.76, 0.78 New Architecture에서도 발생합니다!

trevor-yang avatar May 07 '25 03:05 trevor-yang

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[bot] avatar Jun 07 '25 02:06 github-actions[bot]