解决方案:
用<View style={{backgroundColor:'transparent',55}}>包裹子组件
<MapboxGL.MarkerView
anchor={{ x: 0.5, y: 1 }}
coordinate={
this.props.currentPoint != null
? this.props.currentPoint.geometry.coordinates
: this.props.route.geometry.coordinates[0]
}>
<View style={{backgroundColor:'transparent',55}}>
<ImageBackground
style={{ 55, height: 68, justifyContent: 'flex-start' }}
source={require('../../../../imgs/map/c-5water.png')}>
<Image
style={{
55,
height: 55,
borderRadius: 30,
alignSelf: 'center',
}}
source={{ uri: global.currentUser.WxHeadImg }}
/>
</ImageBackground>
</View>
</MapboxGL.MarkerView>