在图像上添加标记反应原生

时间:2018-06-05 12:58:54

标签: image reactjs react-native

如何将标记添加到图像并放大,同时将标记保持在相同的坐标中。 我正在使用react-native-image-pan-zoom来放大。

<ImageZoom
  cropWidth={width}
  cropHeight={height}
  imageWidth={width}
  imageHeight={width}
  enableSwipeDown={true}
>
  <Image style={{width, height: width}} source={require('./assets/sanhok.jpg')}/>
</ImageZoom>

0 个答案:

没有答案