Open tarun-khanna opened 5 years ago
up swipe left/right not work
flipThreshold | number | no | Swipe threshold of the next page | 80 maxOverflow | number | no | The X position maximum, that current page can slide to the next page | 300
flipThreshold | number | no | Swipe threshold of the next page | 80 maxOverflow | number | no | The X position maximum, that current page can slide to the next page | 300
this doesn't solve my problem.
Hi all, i am rendering a custom header and a custom footer through renderFooter and renderHeader props. My custom footer covers 40% of SCREEN_HEIGHT, so when i have to swipe to next image, the swipe gesture doesn't work over footer or header.
here is my code:
Custom footer
Custom Header
ImageViewer component
How can i fix this or are there any other possible workarounds for my problem ?