From 548dbc63ca7915a0a6cf04e45232eb5645080885 Mon Sep 17 00:00:00 2001 From: Ran Greenberg Date: Thu, 17 Aug 2017 10:23:59 +0300 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c59ae1..32c3179 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ Attribute | Values | Description `customButtonStyle` | Object | See [Custom Button](#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` / `progress-pie`) | iOS only - If remote download (iCloud) is needed, which type of indicator to show +`remoteDownloadIndicatorType` | String (`'spinner'` / `'progress-bar'` / `'progress-pie'`) | 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.