在ScrollView中检测React Native的缩放事件

时间:2015-06-29 21:22:03

标签: react-native

我想在React Native中为图像视图实现缩放缩放功能。

我首先将元素包装在元素中。我想检测缩放事件,然后相应地缩放图像。

如何获得缩放事件?

1 个答案:

答案 0 :(得分:1)

If an Image is wrapped by ScrollView, when ScrollView zooms, the Image will zoom too.

And the 'onScroll' function of the ScrollView will detect the zoom event too.