chore(docs): update the line about what save actually does differently from saveToCameraRoll

This commit is contained in:
Bartol Karuza 2019-08-14 22:11:55 +02:00
parent 77c186ebb5
commit a1c3acff9a
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ On Android permission is required to read the external storage. Add below line t
### `save()`
Saves the photo or video of a particular type to an album.
Saves the photo or video of a particular type to an album. This function works the same as `saveToCameraRoll`, but it allows to specify a particular album you want to store the asset to.
```javascript
CameraRoll.save(tag, { type, album })