카테고리 없음
리액트 네이티브(React-Native) 프로젝트 설치 방법
순코딩
2025. 7. 28. 15:51
npx create-expo-app@latest .
npm install expo
npm install @react-navigation/native @react-navigation/native-stack
npx expo install react-native-screens react-native-safe-area-context
npm install -D @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint eslint-plugin-react eslint-plugin-react-native prettier
npx expo start