Skip to content
This repository was archived by the owner on Sep 28, 2021. It is now read-only.

Commit a6c6cf5

Browse files
Philip KPhilip K
authored andcommitted
fix readme
1 parent cfdfecd commit a6c6cf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ export default class App extends React.Component {
9999
| 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` |
100100
| backgroundColor | string<br><br>`white` | no | Component background color | `black` |
101101
| enableSwipeDown | boolean | no | Enable swipe down to close image viewer. When swipe down, will trigger onCancel. | false |
102+
| swipeDownThreshold | number | no | Threshold for firing swipe down function | |
102103
| doubleClickInterval | number | no | Double click interval. | |
103104
| pageAnimateTime | number | no | Set the animation time for page flipping. | 100 |
104105
| enablePreload | boolean | no | Preload the next image | false |

0 commit comments

Comments
 (0)