Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to zoom image in ios simulator?

I'm using react-native-image-pan-zoom package and i want to test the functionality of zooming

I tried press cmd and mouse trackpad, it doesn't help

like image 355
Oleksandr Avatar asked Oct 26 '25 00:10

Oleksandr


1 Answers

Press 'option' key from the keyboard and mouse trackpad. The mouse pointer in simulator will be changed to two circles and after that by dragging on track pad you can zoom in and zoom out on the image. It works just like pinch gesture in native iOS application.

Hope this helps.

like image 72
BhargavR Avatar answered Oct 28 '25 02:10

BhargavR