Update expo-tests.tsx

This commit is contained in:
William Candillon
2019-02-19 21:43:15 +01:00
committed by GitHub
parent 856ce04bf0
commit 764d5f0c2f

View File

@@ -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
});