に色MapView.Marker
を割り当てても、 の色はデフォルトの赤色から変わらないようですpinColor
。
何か間違えている?
{ this.state.markers.map(marker => {
return (
<MapView.Marker
coordinate={{latitude: marker.latitude, longitude: marker.longitude}}
key={marker.key}
pinColor='#000000'
/>
)
})}
Android Emulator のスクリーン キャップ