From c5dda78ef97de3b17fd53b55da49d2a01f0e12c4 Mon Sep 17 00:00:00 2001 From: sieu-db Date: Thu, 5 Dec 2024 18:01:38 +0700 Subject: [PATCH] update expo image example --- example/src/ExpoImageExample.tsx | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/example/src/ExpoImageExample.tsx b/example/src/ExpoImageExample.tsx index 06259b8ad..1148ebddc 100644 --- a/example/src/ExpoImageExample.tsx +++ b/example/src/ExpoImageExample.tsx @@ -65,7 +65,6 @@ const ExpoImageExample: React.FC = () => { uri: "https://picsum.photos/seed/696/3000/2000", }} blurhash="LEHLk~WB2yk8pyo0adR*.7kCMdnj" - transition={5000} style={{ width: 200, height: 200, @@ -104,7 +103,7 @@ const ExpoImageExample: React.FC = () => { transitionDuration={3000} transitionEffect="cross-dissolve" transitionTiming="ease-in-out" - style={{ width: 200, height: 200 }} + style={{ width: 150, height: 150 }} /> @@ -113,16 +112,20 @@ const ExpoImageExample: React.FC = () => { transitionDuration={3000} transitionEffect="flip-from-top" transitionTiming="ease-out" - style={{ width: 200, height: 200 }} + style={{ width: 150, height: 150 }} /> + + +
+ @@ -131,7 +134,7 @@ const ExpoImageExample: React.FC = () => { transitionDuration={3000} transitionEffect="cross-dissolve" transitionTiming="ease-in-out" - style={{ width: 200, height: 200 }} + style={{ width: 150, height: 150 }} />