我使用了react-native-map,请帮助我如何在不使用任何其他自定义标记的情况下在用户位置点击上显示自定义视图。 预先感谢。
从“ react-native-maps”导入{MapView,Circle,Marker,Callout};
{this.state.showView!= true &&
<MapView
provider={"google"}
region={mapRegion}
style={styles.map}
showsUserLocation = {true}
clusterColor = 'black'
clusterTextColor = 'white'
clusterBorderColor = 'black'
clusterBorderWidth = {1}
pinColor = 'red'
showsMyLocationButton = {false}
>