fix: resolve nickname display bug and automate iOS build config#77
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
JuHyeong424
approved these changes
Jun 30, 2026
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.
PR 타입
반영 브랜치
fix/ios-kakao-dashboard -> dev
변경 사항
1. 닉네임 표시 버그 수정 (웹뷰에서)
DashboardHeader가 서버 SSR 닉네임(빈 값)만 받고, 클라이언트에서 갱신된 닉네임이 헤더까지 전달되지 않았다.DashboardHeader를DashboardClient내부로 이동하여 헤더,홈,보관함이 동일한 닉네임 소스를 공유하도록 통합했다.2. iOS prebuild 설정 자동화 (native)
dotenv/config로.env의 카카오 앱키 자동 주입withIosProjectTweaks)으로developmentRegion/knownRegionsen -> ko변경(기본 언어 변경) 및ENABLE_USER_SCRIPT_SANDBOXING = NO자동 적용테스트 결과
npx expo prebuild --clean후 카카오 키,ko 리전,sandboxing 자동 적용 확인