docs(image-resize): add note about fileName for iOS platform

This commit is contained in:
Daniel Sogl 2018-03-17 10:03:06 +01:00 committed by GitHub
parent a3f63a61b9
commit 7c6b117643
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,8 +31,7 @@ export interface ImageResizerOptions {
quality?: number; quality?: number;
/** /**
* A custom name for the file. Default name is a timestamp * A custom name for the file. Default name is a timestamp. You have to set this value on iOS
* (Android and Windows only)
*/ */
fileName?: string; fileName?: string;
} }