Skip to content

✨ Feat: 전체 페이지 라우팅 #54

Closed
anjaein wants to merge 6 commits into
devfrom
#51/feature_app-routing
Closed

✨ Feat: 전체 페이지 라우팅 #54
anjaein wants to merge 6 commits into
devfrom
#51/feature_app-routing

Conversation

@anjaein

@anjaein anjaein commented May 19, 2026

Copy link
Copy Markdown
Collaborator

📝 작업 내용

  • 전체 페이지 라우팅
  • 디버깅용 /tabs
  • 결제 창은 idealrecording 에서 전송 눌렀을 때
  • 그 외 잡다한 거 수정(홈-동호회 탭 간 이동)

🔍 관련 이슈

🖼️ 스크린샷

  • 디버깅용 ( 앱에서는
스크린샷 2026-05-19 오후 3 06 21 접근 못함)

-결제창 접근 방법
스크린샷 2026-05-19 오후 3 09 56
스크린샷 2026-05-19 오후 3 10 28
스크린샷 2026-05-19 오후 3 10 36

🧪 테스트 결과

  • 정상 작동 확인

💬 기타 참고 사항

  • 로그인이 안되길래 로직 건드릴까 하다가 괜히 충돌나고 문제생길까봐 그냥 뒀습니다. 웹으로 확인해주시면 감사하겠습니다

Comment thread app/club/home.tsx Outdated

<View style={styles.topTabs}>
<Text style={styles.inactiveTab}>홈</Text>
<Text

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Text를 pressable로 바꾸는건 어떨까요?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

아니면 pressable로 감싸는 것도 좋겠네요

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread app/ideal-recording.tsx
Comment thread app/home.tsx Outdated
Comment thread app/club/home.tsx Outdated
Comment thread app/_layout.tsx Outdated
Comment thread app/tabs.tsx
Comment thread app/index.tsx Outdated
anjaein and others added 5 commits May 20, 2026 21:53
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>
@anjaein anjaein closed this May 20, 2026
@anjaein anjaein deleted the #51/feature_app-routing branch May 20, 2026 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants