-
Notifications
You must be signed in to change notification settings - Fork 3
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
[#1] Feat: Implement Google sign in & Join Screen UI #24
Conversation
<Stack.Screen | ||
name="Home" | ||
component={HomeScreen} | ||
options={{ | ||
headerStyle: { backgroundColor: '#333D79' }, | ||
headerStyle: { backgroundColor: theme.colors.primary }, |
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.
어 이거 string이어야 한다고 빨간줄 안뜨나여?.?
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.
네넵! 왜 난 안 뜨고 수연이는 뜨지 ㅇ.ㅇ
<Select.Item label="Ukrainian" value="ukr" /> | ||
<Select.Item label="Slovak" value="svk" /> | ||
<Select.Item label="Uzbek" value="uzb" /> | ||
<Select.Item label="Vietnamese" value="vnm" /> |
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.
어떤 언어 지원할지도 얘기를 해봐야겠군
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.
번역 잘 되는 언어 && 우리나라 다문화 가정 외국인 부모님의 출신 나라 비율 많은 순
으로 서치 해봐야할 듯!
L G T M 💙 |
구현 내용
accessToken
받아오기accessToken
성공적으로 받은 후, 계정이 없다면 회원가입 페이지로 이동주의 사항
.env
파일 추가해서,GOOGLE_CLIENT_ID_WEB
넣어줘야 합니다!