mirror of
https://github.com/status-im/react-native-cameraroll.git
synced 2025-02-17 03:56:45 +00:00
chore(docs): update the line about what save actually does differently from saveToCameraRoll
This commit is contained in:
parent
77c186ebb5
commit
a1c3acff9a
@ -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 })
|
||||
|
Loading…
x
Reference in New Issue
Block a user