about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/Splash.tsx2
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