adjust api level
This commit is contained in:
+1
-1
@@ -137,7 +137,7 @@ export function Splash(props: React.PropsWithChildren<Props>) {
|
||||
/>
|
||||
)}
|
||||
|
||||
{platformApiLevel && platformApiLevel <= 27 ? (
|
||||
{platformApiLevel && platformApiLevel <= 25 ? (
|
||||
<>
|
||||
{!isAnimationComplete && (
|
||||
<View
|
||||
|
||||
Reference in New Issue
Block a user