Open User avatar in gallery (#6474)

This commit is contained in:
Elias Nahum
2022-07-15 04:02:09 -04:00
committed by GitHub
parent f12be07df7
commit 0f0c7d5795
9 changed files with 110 additions and 29 deletions

View File

@@ -55,7 +55,7 @@ type OnGestureEvent<T extends GestureHandlerGestureEvent> = (
) => void;
type GalleryItemType = {
type: 'image' | 'video' | 'file';
type: 'image' | 'video' | 'file' | 'avatar';
id: string;
width: number;
height: number;