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
|`isOpen`|`Boolean`| (**Required**) when to show the gallery. |
136
136
|`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 |
137
137
|`resizeMode`|`string`| React Native Image component [resizeMode](https://reactnative.dev/docs/image#resizemode) defaults to `contain`, used on images |
@@ -148,8 +148,9 @@ const MyGallery = () => {
148
148
149
149
## Todo:
150
150
151
-
- Add zoom factor
152
-
- Add prop to keep zoom and double tap to zoom out
151
+
-[ ] Add zoom factor
152
+
153
+
-[ ] Add prop to keep zoom and double tap to zoom out
0 commit comments