feat: 네이티브 바텀탭 제거 → 단일 웹뷰 셸 + 앱 버전 브릿지#21
Open
seongwon030 wants to merge 1 commit into
Open
Conversation
- (tabs) 탭 레이아웃 및 구독/메뉴 네이티브 화면 제거, app/index.tsx로 홈 웹뷰 단일 호스트 - _layout Stack/anchor를 index로, 상세/웹뷰 back 폴백을 /로 변경 - home-webview-screen에 REQUEST_APP_VERSION→APP_VERSION 핸들러 추가 - ui/subscribe 제거(웹이 대체)
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (16)
💤 Files with no reviewable changes (11)
워크스루이 PR은 Expo 앱의 네비게이션 구조를 하단 탭 기반에서 단일 인덱스 기반의 웹뷰 중심 아키텍처로 마이그레이션합니다. 루트 라우팅 앵커를 (tabs)에서 index로 변경하고, 홈 화면 컴포넌트를 재명명하며, 웹뷰 메시지 처리를 추가하고, 폴백 네비게이션 경로를 업데이트합니다. 변경사항라우팅 구조 및 진입점 마이그레이션
예상 코드 리뷰 노력🎯 2 (Simple) | ⏱️ ~12분 관련 이슈
관련 PR
추천 리뷰어
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
요약
홍보·알림 위치 ABCD 실험의 선결 조건인 웹 셸 이관의 RN 측 작업. 네이티브 바텀 탭바를 제거하고 홈 웹뷰를 단일 풀스크린 호스트로 만든다. 바텀 네비게이션(홈/구독/메뉴)은 이제 웹이 렌더한다.
변경
app/(tabs)탭 레이아웃 및 네이티브구독/메뉴화면 제거 →app/index.tsx가 홈 웹뷰 단일 호스트app/_layout.tsxStack/anchor를(tabs)→index로, 동아리 상세·웹뷰 back 폴백을/로ui/home/home-webview-screen.tsx에REQUEST_APP_VERSION → APP_VERSION핸들러 추가 (웹 메뉴 페이지 앱 버전 표시용)ui/subscribe/*제거 (웹이 대체)관련
검증
npx tsc --noEmit: 본 변경 관련 신규 에러 0건 (남은 에러는 기존 무관 파일: column/row/auth-token)참고
ios/*) 및.omc/변경은 이 작업과 무관하여 커밋에서 제외함Summary by CodeRabbit
릴리스 노트
New Features
Refactor