Skip to content

Commit a5b2cfd

Browse files
committed
Update README.md file.
1 parent 33dc6a4 commit a5b2cfd

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
@@ -257,6 +257,7 @@ render() {
257257
| `masonryFlatListColProps` | Props to be passed to the underlying `FlatList` masonry. See [`FlatList` props...](https://facebook.github.io/react-native/docs/flatlist#props) | `object` | {} |
258258
| `emptyView` | A component, React Element, or Function that is executed when there is no images. **Version \*2.9.0 update** | `React.Component`, `React.Element` or `Function` | undefined |
259259
| `onImageResolved` | A function called after fetching image and resolving it. `(image: object, renderIndex: number) => ?object` **Version \*2.8.0 update**. | `Function` | |
260+
| `onImagesResolveEnd` | A function called at the end of fetching and resolving. `(images: array, total: number) => void` **Version \*2.16.0 update**. | `Function` | |
260261
| `itemSource` | Image object entry to the image `source` and `dimensions` or `height` and `width`. Max is 7 entries/properties to image source. **Version \*2.1.0 update**. Learn more about this at the [helpful hints section](#helpful-hints) | `Array` | [] |
261262

262263
<br/>

0 commit comments

Comments
 (0)