✨ Feat: 전체 페이지 라우팅 #54
Closed
anjaein wants to merge 6 commits into
Closed
Conversation
chlrjsgml
approved these changes
May 20, 2026
|
|
||
| <View style={styles.topTabs}> | ||
| <Text style={styles.inactiveTab}>홈</Text> | ||
| <Text |
Contributor
There was a problem hiding this comment.
Text를 pressable로 바꾸는건 어떨까요?
Contributor
There was a problem hiding this comment.
아니면 pressable로 감싸는 것도 좋겠네요
Contributor
There was a problem hiding this comment.
Pull request overview
Expo Router 기반의 “전체 페이지 라우팅” 구조로 전환하면서, 루트 진입 시 인증 상태에 따라 화면을 분기하고(홈 vs 온보딩), 디버깅용 개발 메뉴(/tabs) 및 일부 플로우(이상형 녹음 → 결제) 이동을 연결한 PR입니다.
Changes:
/진입 시 인증 상태에 따라/home또는/auth로 리다이렉트하도록 라우팅 구조 변경- 디버깅용 개발 메뉴 화면을
/tabs로 분리하고 Root Stack에 라우트 추가 - 이상형 녹음 화면에서 “전송” 시 결제 확인 모달을 띄운 뒤 결제 화면으로 이동하도록 연결, 홈↔동호회 이동 동선 조정
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| app/tabs.tsx | 디버깅/개발용 라우팅 메뉴 화면 신규 추가(/tabs) |
| app/index.tsx | 루트에서 인증 여부에 따라 /home 또는 /auth로 리다이렉트 |
| app/auth/index.tsx | /auth 진입 시 온보딩 스플래시로 리다이렉트 |
| app/_layout.tsx | Root Stack에 tabs 스크린 추가 |
| app/ideal-recording.tsx | 전송 시 결제 확인 모달 추가 및 결제 화면 이동 연결 |
| app/home.tsx | “동호회” 탭 버튼을 /club/home 라우팅으로 변경 |
| app/club/home.tsx | 상단 “홈” 탭을 눌렀을 때 /home으로 이동 연결 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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.
📝 작업 내용
🔍 관련 이슈
🖼️ 스크린샷
-결제창 접근 방법



🧪 테스트 결과
💬 기타 참고 사항