[BUG]: 마커 깜빡임
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
해당 현상은 안드로이드에서 마커와 관련하여 비트맵 리소스를 관리하는 부분을 수정해야 해결될 것으로 보입니다. @mym0404 시간나실 때 한번 확인해주시면 감사하겠습니다 :) 👍
네 혹시 동영상이 안보이는데 다시 업로드 가능할까요?
https://github.com/user-attachments/assets/45711691-ef15-4816-9ad0-5461a86fb3ff
react-native 0.76, 0.78 New Architecture에서도 발생합니다!
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.