React Native에서 화면 전환하는 라이브러리
React의 react-router-dom 같은 것
React Navigation 공식문서
설치하기
npm install @react-navigation/native
dependencies 설치
expo install react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view
참고자료
Getting started | React Native