지도상에 text를 삽입하는 방법이 있을까요? #114
Unanswered
KoreanThinker
asked this question in
Q&A
Replies: 1 comment
-
<Marker
coordinate={region}
width={56}
height={56}
image={isSelected ? require('../../assets/circle-marker-bordered.png') : require('../../assets/circle-marker.png')}
caption={{ text: count.toString(), color: '#ffffff', textSize: 14, haloColor: IS_IOS ? 'rgba(0, 0, 0, 0)' : '#000000', align: Align.Center }}
zIndex={99}
onClick={onPress}
/> Caption으로 해결했습니다. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
React-native component를 사용하면 너무 무겁다고 판단이 되어 다른 방법을 찾아보고 있는데 어떤 방법이 있는지 궁급합니다
구현하려는 UI입니다.
Beta Was this translation helpful? Give feedback.
All reactions