adjust api level
This commit is contained in:
parent
87245480d4
commit
cb6e164cd2
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ export function Splash(props: React.PropsWithChildren<Props>) {
|
|||
/>
|
||||
)}
|
||||
|
||||
{platformApiLevel && platformApiLevel <= 27 ? (
|
||||
{platformApiLevel && platformApiLevel <= 25 ? (
|
||||
<>
|
||||
{!isAnimationComplete && (
|
||||
<View
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue