我想在React Native中为图像视图实现缩放缩放功能。
我首先将元素包装在元素中。我想检测缩放事件,然后相应地缩放图像。
如何获得缩放事件?
答案 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.