React-native-image-viewer: 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.

Created on 27 Aug 2018  ·  9Comments  ·  Source: ascoders/react-native-image-viewer

Most helpful comment

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 notifications@github.com 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
.

All 9 comments

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 (


)}

screenshot for code

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 notifications@github.com 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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jvaclavik picture jvaclavik  ·  6Comments

koswarabilly picture koswarabilly  ·  7Comments

darrenchiu picture darrenchiu  ·  9Comments

paolospag picture paolospag  ·  3Comments

rayhk6 picture rayhk6  ·  9Comments