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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -139,6 +139,7 @@ const MyGallery = () => {
139
139
|`images`|`Array`| (**Required**) array of objects. Every image must have a `url` (required), a thumbUrl (optional) and id (optional) and any other info you need |
140
140
|`resizeMode`|`string`| React Native Image component [resizeMode](https://reactnative.dev/docs/image#resizemode) defaults to `contain`, used on images |
141
141
|`close`|`Func`| (**Required**) function to close the gallery image |
142
+
|`disableSwipe`|`Boolean`| Disables the swipe gesture. |
142
143
|`initialIndex`|`Number`| Initial index of image to snap when opening the gallery |
143
144
|`thumbSize`|`Number`| Height and width of the thumb, defaults to `48`|
144
145
|`thumbColor`|`string`| Outline color of selected thumb, defaults to `#d9b44a`|
0 commit comments