Navigation 관련 라이브러리
React-Navigation 기본 라이브러리 설치
yarn add @react-navigation/native
👇👇👇 React-Navigation 공식 문서 👇👇👇
React Navigation | React Navigation
Routing and navigation for your React Native apps
reactnavigation.org
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 공식 문서 👇👇👇
Introduction · NativeBase
Introduction 0.0.1. Essential cross-platform UI components for React Native & Vue Native NativeBase is a free and open source UI component library for React Native to build native mobile apps for iOS and Android platforms. NativeBase also supports web from
docs.nativebase.io
Expo font 라이브러리 설치
expo install expo-font
👇👇👇 Expo font 공식 문서 👇👇👇
Font - Expo Documentation
Expo is an open-source platform for making universal native apps for Android, iOS, and the web with JavaScript and React.
docs.expo.io
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 |
Navigation 관련 라이브러리
React-Navigation 기본 라이브러리 설치
yarn add @react-navigation/native
👇👇👇 React-Navigation 공식 문서 👇👇👇
React Navigation | React Navigation
Routing and navigation for your React Native apps
reactnavigation.org
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 공식 문서 👇👇👇
Introduction · NativeBase
Introduction 0.0.1. Essential cross-platform UI components for React Native & Vue Native NativeBase is a free and open source UI component library for React Native to build native mobile apps for iOS and Android platforms. NativeBase also supports web from
docs.nativebase.io
Expo font 라이브러리 설치
expo install expo-font
👇👇👇 Expo font 공식 문서 👇👇👇
Font - Expo Documentation
Expo is an open-source platform for making universal native apps for Android, iOS, and the web with JavaScript and React.
docs.expo.io
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 |