ascoders / react-native-image-zoom

react native image pan and zoom
MIT License
639 stars 282 forks source link

Focus when zooming and darkening background #170

Open lineuxyz opened 3 years ago

lineuxyz commented 3 years ago

Hello,

I realized that when zooming the image, the background remains in focus, I think it would be cool when zooming the background to lose focus, getting darker and giving all the focus to the zoomed image.

This happens in some apps already.

This can be circumvented using a modal, however in my case the image will be zoomed directly into the user's feed, so the modal would not do.