diff options
-rw-r--r-- | src/Splash.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Splash.tsx b/src/Splash.tsx index 4d8745877..9d47d9323 100644 --- a/src/Splash.tsx +++ b/src/Splash.tsx @@ -138,6 +138,7 @@ export function Splash(props: React.PropsWithChildren<Props>) { )} {platformApiLevel && platformApiLevel <= 25 ? ( + // Use a simple fade on older versions of android (work around a bug) <> {!isAnimationComplete && ( <View |