react-native-image-viewer icon indicating copy to clipboard operation
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.

Open itnilesh90 opened this issue 7 years ago • 9 comments

itnilesh90 avatar Aug 27 '18 13:08 itnilesh90

You can set saveToLocalByLongPress=false

ascoders avatar Aug 28 '18 04:08 ascoders

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> )}

itnilesh90 avatar Aug 28 '18 07:08 itnilesh90

screenshot for code

itnilesh90 avatar Aug 28 '18 07:08 itnilesh90

What's the specific performance? Or give a gif please, thanks!

ascoders avatar Aug 28 '18 08:08 ascoders

I am able to swipe first image but second Image not coming properly. Second image coming only 50 % that means not swiping properly.

itnilesh90 avatar Aug 29 '18 07:08 itnilesh90

@itnilesh90 Have you been able to solve this? @ascoders I came across the same issue

naorzr avatar Dec 05 '18 08:12 naorzr

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 .

itnilesh90 avatar Dec 05 '18 10:12 itnilesh90

Thanks! I'll look into that

naorzr avatar Dec 05 '18 12:12 naorzr

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

Rratio avatar Nov 06 '20 12:11 Rratio