chore: Fix 430+ TS errors, Safe Area issues, WebView SSO, and mock Alice for testing

This commit is contained in:
2026-01-19 03:06:22 +03:00
parent e0bf620f56
commit c7eab6d78a
27 changed files with 411 additions and 137 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ export interface TokenInfo {
usdValue: string;
priceUsd: number;
change24h: number;
logo: string | null;
logo: ImageSourcePropType | null;
isNative: boolean;
isFrozen: boolean;
}