React native 反弹贴图标记反应本机贴图框gl

React native 反弹贴图标记反应本机贴图框gl,react-native,mapbox,mapbox-gl-js,mapbox-marker,react-native-mapbox-gl,React Native,Mapbox,Mapbox Gl Js,Mapbox Marker,React Native Mapbox Gl,我使用react native mapbox gl/maps开发了react native项目。 我只想让我的标记反弹一次,但在react mapbox中我还没有找到任何合适的解决方案。有什么解决办法吗 这是我代码的一部分: <MapboxGL.MarkerView ref={this.markerRef} coordinate={[Number(this.state.longitude),Number(this.state.latitude)]} id={"curr

我使用react native mapbox gl/maps开发了react native项目。 我只想让我的标记反弹一次,但在react mapbox中我还没有找到任何合适的解决方案。有什么解决办法吗

这是我代码的一部分:

<MapboxGL.MarkerView
  ref={this.markerRef}
  coordinate={[Number(this.state.longitude),Number(this.state.latitude)]}
  id={"currentLocation"}
  snippet={"SHORT SNIPPET"}
>
`<Image source={marker}/>
</MapboxGL.MarkerView>

`