adjust api level
parent
87245480d4
commit
cb6e164cd2
|
@ -137,7 +137,7 @@ export function Splash(props: React.PropsWithChildren<Props>) {
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{platformApiLevel && platformApiLevel <= 27 ? (
|
{platformApiLevel && platformApiLevel <= 25 ? (
|
||||||
<>
|
<>
|
||||||
{!isAnimationComplete && (
|
{!isAnimationComplete && (
|
||||||
<View
|
<View
|
||||||
|
|
Loading…
Reference in New Issue