최근에 리액트 네이티브 공부도 시작했다. 아직 초반이라 해매는 중이지만 하나씩 정리하려고 한다. 기본 현재 디렉터리에 설치하는 경우 디렉터리명 대신 . 를 사용한다. expo init (디렉터리명) expo init . 네비게이션 ## react navigation : https://reactnavigation.org/ npm install @react-navigation/native expo install react-native-screens react-native-safe-area-context ( for expo ) - stack npm install @react-navigation/stack npm install react-native-gesture-handler ## icons : https:/..