250x250
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
- 프론트엔드
- HTML
- hover
- jQuery
- MAC
- 개발자
- css3
- 비전공 개발자
- 애니메이션
- iPhone
- effect
- react
- iOS 개발자
- SWIFT
- javascript
- front-end
- php
- keyframes
- IOS
- ipad
- image
- button
- 풀스택
- 백엔드
- xcode
- 비전공자
- html5
- CSS
- 자바스크립트
- Animation
Archives
- Today
- Total
목록HelloWorld (1)
비전공자 개발일기
React Native - Hello World 출력 및 환경 설정
환경 설정 1. node js 설치 - LTS(안정화) 버전 - 설치시 , npm도 같이 설치됨 2. Expo 설치 - npm install -g expo-cli https://expo.io/ Expo Expo is an open-source platform for making universal native apps for Android, iOS, and the web with JavaScript and React. expo.dev 3. 파일 생성 - expo init 파일명 - 3가지 선택사항이 나오는데 상황에 맞게 선택(글쓴이의 경우 blank로 선택) 4. Hello World import { StatusBar } from 'expo-status-bar'; import { StyleSheet, Te..
React & React Native
2022. 1. 9. 21:19