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 }}
/>