-
Notifications
You must be signed in to change notification settings - Fork 1
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
[4/11] Kan 20 회원가입/로그인 화면 & 로직 구현 #5
Conversation
sjsjmine129
commented
Apr 11, 2024
- 회원가입, 로그인, 비밀번호찾기 화면 UI구현 [비밀번호 보이게 안보이게, 다음 임력칸으로 자동 넘어가기, 키보드 종류 자동, 마지막 입력시 자동 제출]
- 토큰 저장을 위한 Async 설정
- 토큰 사용을 위한 Context 설정
- 토큰 사용 자동 로그인 구현 (API 미연결)
- 회원가입 구현 (API 미연결)
- 로그인 구형 (API 미연결)
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.
고생하셨습니다~ 리액트랑 거의똑같긴하네요 ㅎㅎ
const tokens = { | ||
accessToken: accessToken, | ||
setAccessTokenValue, | ||
refreshToken: refreshToken, |
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.
옹? refreshtoken도 사용할 예정인가여? 사용하셔도 무관하긴합니다 ㅎㅎ
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.
일단 저도 안쓰시는걸로 기억하는데 혹시 몰라서 넣어뒀습니다
* Add/loginScreen * Add/signup screen * Feat/loginAPI * feat/sutoLogin * Feat/Context -> 토큰을 전역변수로 사용하도록 * Fix/disablebutton * Fix
* Initial commit * feat: auto assign (#1) * Add/FirstSetting (#2) * [4/7] Add/ screen folders and navigation controls (#3) * Fi/gitignore * Add/NavigationSetting_1 * Add/navigation_2 * Add/react-native-svg * Add/Navigator_done * [4/8] Fix navigation, Add env setting, Test axios (#4) * Fi/gitignore * Add/NavigationSetting_1 * Add/navigation_2 * Add/react-native-svg * Add/Navigator_done * Add/Header * Add/env * Fix * Add/axios&Test * [4/11] Kan 20 회원가입/로그인 화면 & 로직 구현 (#5) * Add/loginScreen * Add/signup screen * Feat/loginAPI * feat/sutoLogin * Feat/Context -> 토큰을 전역변수로 사용하도록 * Fix/disablebutton * Fix * [4/12] Kan 22 Connect API (login, signup, autoLogin) (#6) * Feat/APIconnect * Feat/Auto Login with token * Add/annotation * [4/23 Kan 23] 홈 화면 UI 구현 (#7) * Fix/ splash Font * Add/ image * Fix * Add/Slider * Add/ 오늘의 픽 창 UI * Add/ 카테고리 * Fix/ compo set * Add/ kingo Pass UI * [4/27 Kan 27] 맵 스크린 UI 구현 (#8) * [4/30] Add/ list screen UI (#9) * Add/ list screen UI * Add/category select in list * Add/ category Fillter in map * [5/10 Kan 43] 검색, 상세페이지들 페이지 구현 (#10) * Add/SearchScreen * Add/Store Detail, ReviewWrite Screen * Add/userDataChangeScreen * Fix/ ui Bug * Fix/ ui Bug * Add/passwordCheck * Add/passwordCheck * Fix/env * Fix/env * Fix * Fix * Add/email and validation * Add/email and validation * Add/ profileSetScreen * Add/ profileSetScreen * Fix * Fix * Add/ image picker * Add/ image picker * Fix * Fix * Add/signup * Add/signup * Add/resetPassword * Add/resetPassword * Fix/env * Fix/env * Delete/env,url data * Fix/test * Fix/ image * Add/ImageModal --------- Co-authored-by: Bob Sin <[email protected]> Co-authored-by: Bob Sin <[email protected]>