ldn0x7dc / react-native-view-transformer

A pure JavaScript RN component that makes ANY views transformable using gestures like pinch, double tap or pull.
135 stars 143 forks source link

[ Feature Request ] - Allow ViewTransformer to be Modal #11

Open freakyfriday opened 7 years ago

freakyfriday commented 7 years ago

I'm looking for a way to implement image panning/zooming similar to Instagram using the ViewTransformer inside a FlatList where the image takes on the properties of a modal when gestures are applied:

instagrampinchzoomfeat-800x420

or see: https://www.youtube.com/watch?v=Ahzz3ik-EvQ

Do you guys know how this could be implemented with ViewTransformer?

Thanks