[Today I Learned] 1월 1주차 day3

suwoncityboyyy·2023년 1월 4일
0

app icon , splash screen image 변경하는법 (안드로이드 , ios)

https://docs.expo.dev/guides/app-icons/
링크 접속 후 figma template 클릭 후 아이콘 및 이미지 변경 작업이 가능하다.

react navigation 라이브러리

https://reactnavigation.org/

react navigation 기본 셋업 (라이브러리 설치하기)

npm install @react-navigation/native

npx expo install react-native-screens react-native-safe-area-context 

native stack navigator
공식문서 읽은대로 따라하기
https://reactnavigation.org/docs/native-stack-navigator/

bottom tabs navigator
https://reactnavigation.org/docs/bottom-tab-navigator

useFocusEffect

컴포넌트가 화면에 지금 보이는 지(Focus), 안보이는지(Blur)를 감지하여 실행
https://reactnavigation.org/docs/use-focus-effect/

profile
주니어 개발자 기술노트

0개의 댓글