diff options
Diffstat (limited to 'src/Splash.tsx')
-rw-r--r-- | src/Splash.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Splash.tsx b/src/Splash.tsx index 0f4c83616..4d8745877 100644 --- a/src/Splash.tsx +++ b/src/Splash.tsx @@ -137,7 +137,7 @@ export function Splash(props: React.PropsWithChildren<Props>) { /> )} - {platformApiLevel && platformApiLevel <= 27 ? ( + {platformApiLevel && platformApiLevel <= 25 ? ( <> {!isAnimationComplete && ( <View |