일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- 6억이하아파트
- 미아뉴타운sk북한산아파트
- 천호태영아파트
- aws cli
- 신혼부부아파트
- Ansible
- 황학동롯데캐슬
- 아파트
- 명령어
- Configmap
- React Native
- 답십리 파크자이
- 응봉현대아파트
- 2025년정책
- 9억이하
- 5호선
- k8s
- 행당한진아파트
- 서버간 파일전송
- pod
- 행당대림아파트
- kubectl
- 옥수삼성아파트
- 쿠버네티스
- EC2
- describe-instances
- 행당역
- docker
- statefulset
- ELB
- Today
- Total
게으름을 위한 부지런한 게으름뱅리' 블로그
React Native 하루 기록 - Expo Cli 본문
♩ 필요 프로그램 설치하기
1. 앱스토어에서 Expo 설치하기
2. Node.js LTS release 설치하기 https://nodejs.org/ko/
Node.js
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
nodejs.org
3. Git 설치하기 https://git-scm.com/download/win
Git - Downloading Package
Download for Windows Click here to download the latest (2.38.1) 32-bit version of Git for Windows. This is the most recent maintained build. It was released about 2 months ago, on 2022-10-18. Other Git for Windows downloads Standalone Installer 32-bit Git
git-scm.com
4. VSCode 설치하기 https://code.visualstudio.com/download
Download Visual Studio Code - Mac, Linux, Windows
Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. Download Visual Studio Code to experience a redefined code editor, optimized for building and debugging modern web and cloud applications.
code.visualstudio.com
5. Yarn 설치하기
npm install -g yarn
yarn 설치 확인하기
yarn --version
♩ Expo cli 설치하기 하고 App 생성하기
1. vscode를 켜고 터미널 열기 , 아래 명령어로 설치
npx expo -h
2. app 생성하기
npx create-expo-app first-my-app
3. 생성된 project로 이동
cd first-my-app
4. App 실행
npx expo start
5. 실행 후 생성된 QR코드를 스마트폰의 expo 앱으로 스캔하기
6. 스캔하면 스마트폰에서 확인 가능
흔들면 메뉴창이 나온다,,,, 신기
'IT > FrontEnd' 카테고리의 다른 글
React Native 하루 기록 - SafeAreaView (0) | 2022.12.09 |
---|---|
React Native 하루 기록 - custom Hook (0) | 2022.12.09 |
React Native 하루 기록 - React Hook (0) | 2022.12.08 |
React Native 하루 기록 - Core Components (0) | 2022.12.07 |
React Native 하루 기록 - 시작하기 (0) | 2022.12.07 |