-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: 스플래시 페이지 구성 #99
Conversation
useEffect(() => { | ||
const initializeApp = async () => { | ||
try { | ||
// TODO: 권한 요청 로직 호출 |
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.
@itslitulinchpin2
해당 위치에 권한 비동기로 권한 설정하면 될 것 같은데..
테스트시 권한요청함수 확인 버튼 터치 전에 finally 블록 SplashScreen.hide() 이 실행되어 초기화면이 꺼집니다.
같이 방법좀 찾아주시면 감사하겠습니다..!
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.
try문 안에서 await Promise.all()로 권한 받아오기를 비동기처리하면 안되려나요? 이따 로컬에서 더 자세히 해볼게요 ~!
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.
👍🏿👍🏿권한세팅은 pr따로 올려도 될것같네요
#️⃣연관된 이슈
resolves: #98
📝작업 내용
스크린샷 (선택)
💬리뷰 요구사항(선택)
셋팅페이지, 초기페이지 권한 설정 한번에 하면 좋을 것 같아 레이아웃 미완성이지만 피알 올렸습니다.
/utils에 fcm, notification 파일 중복으로 있는데, 권한 설정 작업하면서 통합하겠습니다.