Skip to content
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

Merged
merged 6 commits into from
Mar 7, 2022
Merged

Conversation

hee-suh
Copy link
Member

@hee-suh hee-suh commented Mar 6, 2022

구현 내용

  • google 로그인 하고, accessToken 받아오기
  • accessToken 성공적으로 받은 후, 계정이 없다면 회원가입 페이지로 이동
  • 회원가입 페이지 (Join Screen) UI 모두 구현
    • 프로필 이미지 설정
    • username, language(임의로 값 넣어놨어요) 설정
    • 아이 6명까지 추가 가능 (아이에 할당되는 색은 6가지로 미리 지정해놓음)

주의 사항

  • 구글 로그인을 위해, react-native 바로 밑에 .env 파일 추가해서, GOOGLE_CLIENT_ID_WEB 넣어줘야 합니다!

@hee-suh hee-suh requested a review from mori8 March 6, 2022 14:38
@hee-suh hee-suh merged commit bc0acc1 into main Mar 7, 2022
<Stack.Screen
name="Home"
component={HomeScreen}
options={{
headerStyle: { backgroundColor: '#333D79' },
headerStyle: { backgroundColor: theme.colors.primary },
Copy link
Member

Choose a reason for hiding this comment

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

어 이거 string이어야 한다고 빨간줄 안뜨나여?.?

Copy link
Member Author

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" />
Copy link
Member

Choose a reason for hiding this comment

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

어떤 언어 지원할지도 얘기를 해봐야겠군

Copy link
Member Author

Choose a reason for hiding this comment

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

번역 잘 되는 언어 && 우리나라 다문화 가정 외국인 부모님의 출신 나라 비율 많은 순
으로 서치 해봐야할 듯!

@mori8
Copy link
Member

mori8 commented Mar 7, 2022

L G T M 💙

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.

2 participants