Commit 8b1187a
[REFACTOR] Splash 문서 분리 - RN/iOS/Android
RN 문서에서 네이티브 구현 부분을 각 플랫폼 문서로 분리:
1. React Native (RN_Splash_001_네이티브_커스텀_구현.md)
- WebView에서 SplashModule.hide() 호출하는 인터페이스만
- iOS/Android 상세 구현은 각 문서로 링크
2. iOS (iOS_Splash_WebView앱_커스텀구현.md) - 신규 생성
- SplashModule.swift + Objective-C Bridge
- SplashViewController 복잡한 레이아웃 구현
- AppDelegate 연동
3. Android (aOS_Splash_WebView앱_커스텀구현.md) - 신규 생성
- SplashModule.kt
- MainActivity에서 Splash 띄우기 (흰 화면 방지)
- ViewModel 아키텍처 패턴 (SplashUseCase)
README:
- iOS 섹션에 WebView 앱 Splash 문서 추가
- Android 섹션에 WebView 앱 Splash 문서 추가
구조 개선:
- RN은 인터페이스, 네이티브는 각 플랫폼 문서
- 명확한 책임 분리
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent ceea51b commit 8b1187a
4 files changed
Lines changed: 1080 additions & 380 deletions
File tree
- Mobile_01_iOS
- Mobile_02_Android
- Mobile_04_ReactNative
0 commit comments