react-native 썸네일형 리스트형 리액트 네이티브 Expo 초기 설정 React Native Expo Go 개발 환경 설정1. 기본 환경 설정Node.js 설치# Node.js 18 이상 버전 설치 (LTS 권장)# https://nodejs.org 에서 다운로드Expo CLI 설치npm install -g @expo/cli2. 새 프로젝트 생성# 새 Expo 프로젝트 생성npx create-expo-app@latest myapp --template# 프로젝트 폴더로 이동cd myapp3. TypeScript 설정# TypeScript 설정npx expo install typescript @types/react @types/react-native# tsconfig.json 생성 (자동으로 생성됨)4. 네비게이션 라이브러리 설치# React Navigation 설치npx e.. 더보기 이전 1 다음