un-hardcoded jpg, switch to webp in a few cases

This commit is contained in:
Samuel Newman
2026-02-25 21:47:52 +02:00
parent db9c2a1596
commit 90f1b46e3f
10 changed files with 74 additions and 49 deletions
+1
View File
@@ -43,6 +43,7 @@ jest.mock('expo-image-manipulator', () => ({
}),
SaveFormat: {
JPEG: 'jpeg',
WEBP: 'webp',
},
}))