Navigation 관련 라이브러리
React-Navigation 기본 라이브러리 설치
yarn add @react-navigation/native
👇👇👇 React-Navigation 공식 문서 👇👇👇
StackNavigation을 위한 React-Native 추가 라이브러리 설치
expo install react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view
React-Navigation StackNavigator 설치
yarn add @react-navigation/stack
React-Navigation TabNavigator 설치
yarn add @react-navigation/bottom-tabs
NativeBase 도구 설치
yarn add native-base --save
👇👇👇 NativeBase 공식 문서 👇👇👇
Expo font 라이브러리 설치
expo install expo-font
👇👇👇 Expo font 공식 문서 👇👇👇
Firebase 라이브러리 설치
expo install firebase
React-Native image-blur-loading 라이브러리 설치
yarn add react-native-image-blur-loading
AsyncStorage 설치
expo install @react-native-async-storage/async-storage
Expo image-picker 설치
expo install expo-image-picker
'React Native' 카테고리의 다른 글
Do it! 리액트 네이티브 앱 프로그래밍 [서평단 당첨] (2) | 2021.05.16 |
---|---|
[React-Native] React-Navigation 정리 (2) | 2021.04.05 |
[React-Native] Status-Bar-Height Library (0) | 2021.04.03 |
[React-Native] Expo 환경설정 (Window) (0) | 2021.03.23 |