From 764d5f0c2ffef2533100e433371e04debaf4a807 Mon Sep 17 00:00:00 2001 From: William Candillon Date: Tue, 19 Feb 2019 21:43:15 +0100 Subject: [PATCH] Update expo-tests.tsx --- types/expo/expo-tests.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/types/expo/expo-tests.tsx b/types/expo/expo-tests.tsx index 10045e57e6..f2ce8d8197 100644 --- a/types/expo/expo-tests.tsx +++ b/types/expo/expo-tests.tsx @@ -412,6 +412,7 @@ async () => { { resize: { width: 300 } }, { resize: { height: 300 } }, { resize: { height: 300, width: 300 } }, + { crop: { originX: 0, originY: 0, height: 300, width: 300 } } ], { compress: 0.75 });