Scrollable image with pinch-to-zoom in react-native

前端 未结 6 1932
野的像风
野的像风 2020-12-23 12:33

I\'m trying to display an image in my React Native app (Android) and I want to give users an ability to zoom that image in and out. This also requires the image to be scroll

6条回答
  •  我在风中等你
    2020-12-23 12:55

    You can simply use the react-native-image-zoom-viewer or react-native-image-pan-zoom library for that. Using this libraries you don't have to code manually.

提交回复
热议问题