georstat / react-native-image-gallery

React Native Image Gallery with Thumbnails
MIT License
86 stars 19 forks source link

Preserve zoom & pan when releasing the fingers #6

Open 404-html opened 2 years ago

404-html commented 2 years ago

Currently, after applying the zoom/pan with the gesture image goes back to original state when fingers are released. It would be good to make that configurable through the props, so when fingers are released the image stays as it is.

geobako commented 2 years ago

We will rewrite the library with reanimated2 and gesture handler to make it more performant and easier code-wise and also add all those missing features. Feel free to submit MRs until then.

jackdewhurst commented 1 year ago

Did this ever get implemented?