-
Notifications
You must be signed in to change notification settings - Fork 0
release 1.6.0 #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
release 1.6.0 #25
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
f6e8495
feat: 네이티브 바텀탭 제거 → 단일 웹뷰 셸 + 앱 버전 브릿지
seongwon030 b17fdb5
fix: 단일 웹뷰 셸 상세 뒤로가기 처리
seongwon030 28ca794
Merge origin/main into feature/webview-shell-migration
seongwon030 8d3eefd
fix: 홈 웹뷰에서 외부 링크 클릭 시 헤더 있는 화면으로 열기
seongwon030 92005c9
fix: 앱 시작 시 웹페이지 화면이 먼저 뜨는 문제 수정
seongwon030 d2fc0dc
Merge pull request #21 from Moadong/feature/webview-shell-migration
SeongHoonC 3079f01
chore: bump app version to 1.6.0
SeongHoonC File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ATT 요청 순서가 루트 부트스트랩 계약과 다릅니다.
현재 ATT 요청은 스플래시 해제 이후에만 실행되어, access token/FCM/구독/Mixpanel 초기화보다 늦게 호출됩니다. ATT 단계를
runBootstrapSequence이전으로 이동해 가이드 순서를 맞춰 주세요.🔧 제안 수정 예시
As per coding guidelines,
app/_layout.tsxmust execute bootstrap in order: (1) Firebase Remote Config forced update check, (2) iOS ATT permission request, (3) access token retrieval/creation, (4) FCM token registration, (5) subscribed clubs list sync, (6) Mixpanel analytics initialization, and block UI until bootstrap completes.Also applies to: 117-141, 177-195
🤖 Prompt for AI Agents
Source: Coding guidelines