Merge branch 'fix-banner-cropper' of https://github.com/piotrpalek/social-app into piotrpalek-fix-banner-cropper

This commit is contained in:
Paul Frazee 2024-05-06 15:30:54 -07:00
commit e1940983a3
6 changed files with 93 additions and 51 deletions

View file

@ -47,6 +47,7 @@ export interface EditImageModal {
export interface CropImageModal {
name: 'crop-image'
uri: string
dimensions?: {width: number; height: number}
onSelect: (img?: RNImage) => void
}