React-native-image-viewer: Option to disable right/left swipe when only 1 image loaded?

Created on 12 Jun 2018  路  1Comment  路  Source: ascoders/react-native-image-viewer

I would like to disable swipe left or right, just only swipe down to close the image.
Can I do it now?

Most helpful comment

You can use maxOverflow prop.
maxOverflow={0}

>All comments

You can use maxOverflow prop.
maxOverflow={0}

Was this page helpful?
0 / 5 - 0 ratings