如何将标记添加到图像并放大,同时将标记保持在相同的坐标中。 我正在使用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>