Skip to content

Commit d7ffd2a

Browse files
burenntomarcshilling
authored andcommitted
Update documentation for storageOptions.waitUntilSaved (react-native-image-picker#658)
1 parent a95cbe6 commit d7ffd2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ storageOptions | OK | OK | If this key is provided, the image will be saved in y
239239
storageOptions.skipBackup | OK | - | If true, the photo will NOT be backed up to iCloud
240240
storageOptions.path | OK | - | If set, will save the image at `Documents/[path]/` rather than the root `Documents`
241241
storageOptions.cameraRoll | OK | OK | If true, the cropped photo will be saved to the iOS Camera Roll or Android DCIM folder.
242-
storageOptions.waitUntilSaved | OK | - | If true, will delay the response callback until after the photo/video was saved to the Camera Roll. If the photo or video was just taken, then the file name and timestamp fields are only provided in the response object when this is true.
242+
storageOptions.waitUntilSaved | OK | - | If true, will delay the response callback until after the photo/video was saved to the Camera Roll. If the photo or video was just taken, then the file name and timestamp fields are only provided in the response object when this AND `cameraRoll` are both true.
243243
permissionDenied.title | - | OK | Title of explaining permissions dialog. By default `Permission denied`.
244244
permissionDenied.text | - | OK | Message of explaining permissions dialog. By default `To be able to take pictures with your camera and choose images from your library.`.
245245
permissionDenied.reTryTitle | - | OK | Title of re-try button. By default `re-try`

0 commit comments

Comments
 (0)