네이게이션 기본 라이브러리

yarn add @react-navigation/native

네비게이션 추가 라이브러리

expo install react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view

스택 네비게이터

yarn add @react-navigation/stack

탭 네비게이터

yarn add @react-navigation/bottom-tabs

스테이터스 바

expo install expo-status-bar

리액트 네이티브 베이스

yarn add native-base --save