rhanziy

React Native - 프로젝트 첫 셋팅 라이브러리(navigation) 본문

Development setting

React Native - 프로젝트 첫 셋팅 라이브러리(navigation)

rhanziy 2024. 5. 31. 19:28

 

네비게이션 - 스택, 바텀탭네비게이션

yarn add @react-navigation/native @react-navigation/native-stack

yarn add react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context

yarn add@react-navigation/bottom-tabs

 

 

 

Comments