You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 28, 2021. It is now read-only.
| renderArrowLeft | function<br><br>`() => React.ReactElement<any>`| no | Custom left arrow |`() => null`|
97
97
| renderArrowRight | function<br><br>`() => React.ReactElement<any>`| no | Custom right arrow |`() => null`|
98
98
| onSwipeDown | function<br><br>`() => void`| no | Callback for swipe down |`() => null`|
99
99
| footerContainerStyle | object<br><br>`{someStyle: someValue}`| no | custom style props for container that will be holding your footer that you pass |`bottom: 0, position: "absolute", zIndex: 9999`|
100
100
| backgroundColor | string<br><br>`white`| no | Component background color |`black`|
101
-
| enableSwipeDown | boolean | no | Enable swipe down to close image viewer. When swipe down, will trigger onCancel. | false|
101
+
| enableSwipeDown | boolean | no | Enable swipe down to close image viewer. When swipe down, will trigger onCancel. |`false`|
102
102
| swipeDownThreshold | number | no | Threshold for firing swipe down function ||
103
103
| doubleClickInterval | number | no | Double click interval. ||
104
-
| pageAnimateTime | number | no | Set the animation time for page flipping. | 100|
105
-
| enablePreload | boolean | no | Preload the next image | false|
104
+
| pageAnimateTime | number | no | Set the animation time for page flipping. |`100`|
105
+
| enablePreload | boolean | no | Preload the next image |`false`|
0 commit comments