React Native
리액트 네이티브는 페이스북에서 만든 오픈소스 라이브러리입니다.
설치
npm -g install expo-cli
expo init my-app
expo login
react native 사용
후술
파일구조
Component
HTML TAGS 와 같이 구조적인 표현식
자세한 내용은 문서 최하단 참고
API
JS File 과 같이 상호작용을 다루는 표현식
랜더링
디자인패턴
컴포넌트 - all
AcitivityIndicator
FlatList
Image
ImageBackground
KeyboardAvoidingView
Modal
Pressable
RefreshControl
SectionList
StatusBar
Switch
Text
TextInput
TouchableHighlight
TouchableOpacity
TouchableWithoutFeedback
View
VirtualizedList
컴포넌트 - Android
DrawerLayoutAndroid
TouchableNativeFeedback
컴포넌트 - iOS
SafeAreaView
컴포넌트 - Props
Image Style Props
Layout Props
Shadow Props
Text Style Props
View Stye Props
컴포넌트 - Object Types
Layout Object Type
PressEvent Object Type
React Node Object Type
React Object Type
ViewToken Object Type
API - All
API - Hooks
API - Adnroid
API - iOS