From 1a2d44643d2a77c2e5eec6bc994ea1de251a677d Mon Sep 17 00:00:00 2001 From: Ran Greenberg Date: Tue, 15 Aug 2017 18:40:45 +0300 Subject: [PATCH] update readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 289d0c8..35346bd 100644 --- a/README.md +++ b/README.md @@ -175,8 +175,9 @@ Attribute | Values | Description `customButtonStyle` | Object | See Custom Button section `onCustomButtonPress` | Function | Callback when custom button tapped `contentInset` (iOS) | Object | The amount by which the gellery view content is inset from its edges (similar to `ScrollView` contentInset) -`remoteDownloadIndicatorType` | String (`spinner` / `progress-bar`) | If remote download (iCloud) is needed, which type of indicator to show -`remoteDownloadIndicatorColor` | Color | Color of the remote download indicator to show +`remoteDownloadIndicatorType` | String (`spinner` / `progress-bar`) | iOS only - If remote download (iCloud) is needed, which type of indicator to show +`remoteDownloadIndicatorColor` | Color | iOS only - Color of the remote download indicator to show +`onRemoteDownloadChanged` | Function | iOS only - Callback when the device curentlly download remote image stored in the iCloud. #### Custom Button @@ -205,4 +206,4 @@ Want/Need QR Code support embed in this package, please vote [HERE](https://gith The MIT License. -See [LICENSE](LICENSE) \ No newline at end of file +See [LICENSE](LICENSE)