mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +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