update readme

This commit is contained in:
Ran Greenberg 2017-03-01 18:48:31 +02:00
parent 5cf8fbea54
commit 564c8bbca3

View File

@ -146,8 +146,8 @@ albumName | String |Album name to show
columnCount | Integer | How many clumns in one row
onTapImage | Function | Callback when image tapped
selectedImages | Array | Selected images (will show the selected badge)
selectedImageIcon | `require(_PATH_)` | Selected image badge image
unSelectedImageIcon | `require(_PATH_)` | Unselected image badge image
selectedImageIcon | `require(_PATH_)` | - _DEPRECATED_ use Selection - Selected image badge image
unSelectedImageIcon | `require(_PATH_)` | - _DEPRECATED_ use Selection - Unselected image badge image
selection | Object | See Selection section
getUrlOnTapImage | Boolean| iOS only - On image tap return the image uri (intead of `Photos.framework` asset id)
customButtonStyle | Object | See Custom Button section