React Native 공식문서 한국어 번역 ver1.0
React Native 0.66 버전 공식문서의 Learn Basics(튜토리얼), Getting Started(가이드) 한국어 번역본입니다.
번역 관련 또는 그 외 수정 / 개선 사항이 있을 시 이슈 남겨주시면 감사하겠습니다.
- Learn Basics : https://reactnative.dev/docs/tutorial
- Getting Started : https://reactnative.dev/docs/getting-started
- 소개 (Introduction)
- 코어 컴포넌트와 네이티브 컴포넌트 (Core Components and Native Components )
- 리액트 기초 (React Fundamentals)
- Text Input 다루기 (Handling Text Input)
- ScrollView 사용하기 (Using a ScrollView)
- List View 사용하기 (Using List Views)
- 문제 해결 (Troubleshooting)
- 플랫폼별 코드 (Platform Specific Code)
- 더 알아보기 (More Resources)
- 개발환경 설정하기 (Setting up the development environment)
- 기존 앱과 통합하기 (Integration with Existing Apps)
- Android Fragment와 통합하기 (Integration with an Android Fragment)
- TV 장치용 빌드 (Building For TV Devices)
- 외부 플랫폼 (Out-of-Tree Platforms)
- 디바이스에서 실행하기 (Running on Device)
- Fast Refresh
- 디버깅 (Debugging)
- 스택 추적 디버깅 심볼 생성하기 (Symbolicating a stack trace)
- 테스트 (Testing)
- 라이브러리 사용하기 (Using Libraries)
- TypeScript 사용하기 (Using TypeScript)
- 새로운 버전으로 업그레이드하기 (Upgrading to new versions)
4. 디자인 (Design)
- 스타일 (Style)
- Height와 Width (Height and Width)
- Flexbox로 레이아웃 구성하기 (Layout with Flexbox)
- 이미지 (Images)
- 색상 레퍼런스 (Color Reference)
- 터치 처리하기 (Handling Touches)
- 화면 간 탐색 (Navigation Between Screens)
- 애니메이션 (Animations)
- 제스처 응답 시스템 (Gesture Responder System)
- 성능 개요 (Performance Overview)
- Flatlist 최적화 설정 (Optimizing Flatlist Configuration)
- RAM 번들과 인라인 요청 (RAM Bundles and Inline Requires)
- 프로파일링 (Profiling)
- Hermes로 프로파일링하기 (Profiling with Hermes)
- 네이티브 모듈 소개 (Native Modules Intro)
- Android 네이티브 모듈 (Android Native Modules)
- iOS 네이티브 모듈 (iOS Native Modules)
- 네이티브 모듈 NPM 패키지 설정 (Native Modules NPM Package Setup)
- Android 네이티브 UI 컴포넌트 (Android Native UI Components)
- iOS 네이티브 UI 컴포넌트 (iOS Native UI Components)
- DOM 직접 조작하기 (Direct Manipulation)
- 라이브러리 연결하기 (Linking Libraries)
- 시뮬레이터에서 실행시키기 (Running On Simulator)
- 네이티브와 React Native 간의 통신 (Communication between native and React Native)
- 앱 확장 프로그램 (App Extensions)
- Apple App Store에 게시하기 (Publishing to Apple App Store)
React Native 공식 문서 한국어 버전을 제공하고, 앱에서 공식 문서의 예제들을 바로 실행해볼 수 있습니다.
한국어 사용자들이 React Native를 쉽게 배울 수 있도록 만들어진 Android / iOS 어플리케이션입니다.
RNDOC에서 제공하는 한국어 버전 공식 문서는 react-native-docs-ko 저장소의 번역과 동일합니다.