안드로이드 스플래시 화면 지연 문제 해결

This commit is contained in:
hansoo
2025-03-19 23:28:05 +09:00
parent 4cfc48c8e1
commit 19fba927e9
4 changed files with 109 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ function App() {
} catch (err) {
console.error('스플래시 화면 숨김 오류:', err);
}
}, 500); // 500ms로 줄임
}, 300); // 300ms로 줄임
} catch (err) {
console.error('앱 준비 오류:', err);
}