mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
Fixed breaking change in camera for android.
This commit is contained in:
5
camera/camera.d.ts
vendored
5
camera/camera.d.ts
vendored
@ -36,5 +36,10 @@ declare module "camera" {
|
||||
* This property could affect width or heigth return values.
|
||||
*/
|
||||
keepAspectRatio?: boolean;
|
||||
|
||||
/**
|
||||
* Defines if camera picture should be copied to photo Gallery (Android) or Photos (iOS)
|
||||
*/
|
||||
saveToGallery?: boolean;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user