react-native-image-viewer
react-native-image-viewer copied to clipboard
🚀 tiny & fast lib for react native image viewer pan and zoom
modalContainer backgroundColor is redundant, because if backgroundColor with alpha (rgba) and loadingRender props are assigned together to ImageViewer, backgroundColor duplicates and applies alpha (rgba) over alpha (rgba) while loadingRender is...
First I would really thank you for this greet `component` Is it possible to `Swap Down` to change the the image. I mean there should be `isHorizental` property.
While loading images from url is taking time to load even small size images. What have to do fix this issue?.
I have an array of url i pass to ImageViewer, but when i slide i have a blackscreen for some time before the image load. Is there an options to...
`// /* eslint-disable react-hooks/exhaustive-deps */ import React, {useRef, useState} from 'react'; import { StyleSheet, View, Text, Dimensions, SafeAreaView, Animated, TouchableOpacity, Modal, } from 'react-native'; import ImageViewer from 'react-native-image-zoom-viewer'; const windowWidth...
底部会有空白,是偶发的 modal导致的还是image-viewer导致的呢 
Does this library support remote SVG image rendering & pan-zooming? I am developing a react-native mobile app. Mybackend returns image url like _https://foo.com/bar.svg_, I tried to render it with this...
只要点击 image viewer,立马弹出菜单,其它操作都无法进行