본문 바로가기
728x90
반응형

분류 전체보기259

GIT) 하나의 컴퓨터에서 GIT 계정에서 SSH clone이 필요할 때 안녕하세요. 짭짭이 입니다.이번에는 개발이 아닌 하나의 맥북에 여러 Git 계정을 두고 Git Clone을 SSH로 할 때, 필요한 방법을 작성하도록 하겠습니다.https://yjleekr.tistory.com/124 [git] 한 컴퓨터에서 깃헙 계정 여러 개 사용하기!한 컴퓨터에서 github 계정을 2개 이상 쓸 때 어떻게 해야할까?! 예전에 설정해놨었는데, 터미널이 망가지고 새로 깔면서 설정이 날라가 버렸기에 다시 찾지 않게끔 기록해두려고 한다. 1. SSH Key 생yjleekr.tistory.com일단 기본적인 것은 여기를 따라 했는데, 저는 이상하게 에러가 발생해서 해당 에러를 해결하는 방법에 대해 적도록 하겠습니다. 일단 아래 명령어를 사용해서 SSH Key를 만들었습니다.ssh-keyge.. 2025. 4. 19.
EXPO) gorhom의 BOTTOM SHEET에 대해서 잠깐 알아보기 안녕하세요. 짭짭이입니다.이번에는 EXPO의 Bottom Sheet 라이브러리와 expo Router에서 Modal 방식으로 View를 나오게 할 때 주의사항에 대해 말씀드릴려고 합니다. https://github.com/gorhom/react-native-bottom-sheet GitHub - gorhom/react-native-bottom-sheet: A performant interactive bottom sheet with fully configurable options 🚀A performant interactive bottom sheet with fully configurable options 🚀 - gorhom/react-native-bottom-sheetgithub.comgorhom의 B.. 2025. 3. 15.
EXPO) FlashList로 다양한 크기의 이미지 보여주기 안녕하세요. 짭짭이 입니다.이번에는 EXPO에서 FlatList가 아닌 FlashList로 다양한 크기의 이미지를 보여줄 수 있는것을 구현해봤습니다.또한 일반적인 Image가 아닌 Image Caching을 지원하는 Expo-image 를 사용해서 이미지를 보여주는 것을 해봤습니다. ** 기본 컴포넌트 구조 **  ** FlatList를 활용한 Categories 컴포넌트 **export function Categories({ activeCategory, handleChangeCategory }: { activeCategory: string , handleChangeCategory: (category: string | null) => void }) { retu.. 2025. 2. 23.
EXPO) ReactNative의 Animation 구현하기 안녕하세요. 짭짭이 입니다.간단하게 작업한 것을 작성하도록 하겠습니다. 색에 대해 도와 주는 Helper APIinterface Colors { white: string; black: string; grayBG: string; neutral: (opacity: number) => string;}interface FontWeights { // Define font weight properties here if needed medium: "500"; semibold: "600"; bold: "700";}interface Radius { // Define radius properties here if needed xs: number; sm: numbe.. 2025. 2. 23.
728x90
반응형