chrisfisher / react-native-directed-scrollview

UNMAINTAINED- see below. A natively implemented scrollview component which lets you specify different scroll directions for child content.
MIT License
149 stars 67 forks source link

Zoom gesture doesn't zoom where you pinch #9

Closed bitfabrikken closed 7 years ago

bitfabrikken commented 7 years ago

Seems the zoom is applied to 0,0 xy and not the place you zoom. So for instance zooming in on a specific spot on a photo isn't possible.

luisfuertes commented 7 years ago

+1, cant see mi right and bottom elements because zoom is in 0,0.

chrisfisher commented 7 years ago

@bitfabrikken I've published 1.2.1 with a fix for not zooming around the pinch position in Android. Closing this issue for now.