allow for custom cropper aspect ration based on image
This commit is contained in:
@@ -47,6 +47,7 @@ export interface EditImageModal {
|
||||
export interface CropImageModal {
|
||||
name: 'crop-image'
|
||||
uri: string
|
||||
dimensions?: {width: number; height: number}
|
||||
onSelect: (img?: RNImage) => void
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user