如何在React Native中缩放图像?

时间:2017-07-29 14:08:21

标签: android react-native

如何通过手势实现图像缩放? <Image />具有属性resizeMethod='scale',但不起作用。

1 个答案:

答案 0 :(得分:1)

您无法在iOS和Android中使用单个代码缩放图像。 您可以使用PhotoViewAndroid本机组件并为其提供onPhotoViewerScale原生道具,或将图片包装在ScrollView内,其内容可以缩放为iOS。 我建议使用 this component