Skip to content

Commit 5823f1a

Browse files
docs: added checkboxes on Todo
1 parent 7f25b2d commit 5823f1a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ const MyGallery = () => {
131131
#### `CachedImage` accepts the following props:
132132

133133
| Properties | PropType | Description |
134-
| ----------------------- | --------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
134+
|-------------------------|-----------|----------------------------------------------------------------------------------------------------------------------------------------------------|
135135
| `isOpen` | `Boolean` | (**Required**) when to show the gallery. |
136136
| `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 |
137137
| `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 = () => {
148148

149149
## Todo:
150150

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
153154

154155
## Authors:
155156

0 commit comments

Comments
 (0)