Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
Tags
- k8s
- EC2
- describe-instances
- cli ec2
- Configmap
- nexus proxy
- docker myql
- SecurityContextHolder
- React Native
- pod
- amazon ebs활용
- docker
- amazon ebs종류
- aws cli ec2
- linux 파일복사
- ELB
- 쿠버네티스
- sql 공유
- yaml예시
- 서버간 파일전송
- private repostiroy
- kubectl
- amazon ebs
- statefulset
- kubectl명령어
- jenkins parameter
- 명령어
- aws cli
- 쿠버네티스교과서
- Ansible
Archives
- Today
- Total
게으름을 위한 부지런한 게으름뱅리' 블로그
React Native 하루 기록 - Expo Cli 본문
반응형
♩ 필요 프로그램 설치하기
1. 앱스토어에서 Expo 설치하기
2. Node.js LTS release 설치하기 https://nodejs.org/ko/
3. Git 설치하기 https://git-scm.com/download/win
4. VSCode 설치하기 https://code.visualstudio.com/download
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 |
Comments