react-native-image-viewer
react-native-image-viewer copied to clipboard
When we swipe left or right then menuContext 1. save to the album 2. cancel is coming. How can I remove these options. Please help me out library is looking fine but still these options are coming.
You can set saveToLocalByLongPress=false
ascoders Thanks buddy. Now options are not coming. 👍 But Still swipe left, swipe right is not working proper. I did try with url and props both but not getting success.
render() { const images = [{ props: { source: require('../Images/logo_login.png')} }, { props: { source: require('../Images/BG.png') } } }] return ( <View style={{ width: 400, height: 300 }}><ImageViewer saveToLocalByLongPress={false} imageUrls={images} /> </View> )}

What's the specific performance? Or give a gif please, thanks!
I am able to swipe first image but second Image not coming properly. Second image coming only 50 % that means not swiping properly.
@itnilesh90 Have you been able to solve this? @ascoders I came across the same issue
Yes. This problem will not come with real App(install .apk), try with that.
Regards, Nilesh
On Wed, Dec 5, 2018 at 2:05 PM naorzr [email protected] wrote:
@itnilesh90 https://github.com/itnilesh90 Have you been able to solve this? @ascoders https://github.com/ascoders I came across the same issue
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ascoders/react-native-image-viewer/issues/225#issuecomment-444402194, or mute the thread https://github.com/notifications/unsubscribe-auth/AegkS5PF_OwzqMhsETRc7JHsKWERa34vks5u14U0gaJpZM4WNwMy .
Thanks! I'll look into that
Yes. This problem will not come with real App(install .apk), try with that. Regards, Nilesh … On Wed, Dec 5, 2018 at 2:05 PM naorzr @.***> wrote: @itnilesh90 https://github.com/itnilesh90 Have you been able to solve this? @ascoders https://github.com/ascoders I came across the same issue — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#225 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AegkS5PF_OwzqMhsETRc7JHsKWERa34vks5u14U0gaJpZM4WN
Thanks it's works for me