app.js 화면 구성 component 살펴보기


  • SafeAreaView - device 영역안에 안전하게 render iOS 11 또는 그 이후부터 가능
  • ScrollView - ScrollView로 감싸진 component는 터칭할때 같이 움직이게 묶는다.
  • StatusBar - App의 상태바
  • StyleSheet - CSS StyleSheets와 유사
  • Text - 텍스트 요소
  • useColorScheme - color 테마
  • View - UI 구성의 가장 기본적인 요소


project 구조


출처

https://reactnative.dev/docs/linking-libraries-ios