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

[FEAT] 온보딩 로그인 페이지 #3

Merged
merged 3 commits into from
Feb 5, 2025

Conversation

myunsyeya
Copy link
Contributor

@myunsyeya myunsyeya commented Feb 5, 2025

🔖 관련 티켓

SN-6 (Jira 링크)

📌 작업 개요

피그마 시안에 맞춰 온보딩의 소셜 로그인 페이지를 구현

✅ 작업 항목

주요 구현사항:

  • 플랫폼 별 파일 분리(.ios.tsx, .android.tsx)
  • 소셜 로그인 버튼 컴포넌트 구현
  • SVG 파일을 컴포넌트로 변경하는 트랜스포머 설정

패키지 추가:

  • "react-native-svg": "^15.11.1"
  • "react-native-svg-transformer": "^1.5.0"
  • "@types/jest": "^29.5.14
  • "@types/react-native": "^0.72.8"

📝 추가 설명

  1. 온보딩 로그인 페이지의 프로토타입 입니다.
  2. SVG 아이콘 사용 시 아래와 같이 컴포넌트처럼 사용할 수 있습니다.
import IconSVG from '../assets/icons/icon.svg';
<IconSVG width={24} height={24} />

@LeeWxx LeeWxx changed the title Feature/sn 6 onboarding login [FEAT] 온보딩 로그인 페이지 Feb 5, 2025
@myunsyeya myunsyeya changed the base branch from main to develop February 5, 2025 05:01
@myunsyeya myunsyeya merged commit 36bdcbb into develop Feb 5, 2025
1 check passed
@myunsyeya myunsyeya deleted the feature/SN-6-onboarding-login branch February 5, 2025 05:13
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.

1 participant