iphone app을 개발하기 위해서는 보통 mac book이 필요한데
Expo라는 것을 활용하면 mac book 없이 개발이 가능하다고 한다.
1. Expo 가입
Expo
Expo is an open-source platform for making universal native apps for Android, iOS, and the web with JavaScript and React.
expo.io
2. Node js 다운로드
Node.js
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
nodejs.org
3. Git 생성
Github 생성 후 clone
4. 아래 명령 입력
$ npm install expo-cli --global
$ expo init RealEstate
=> select blank
$ cd RealEstate
$ expo start
5. Expo client tool 설치
'React' 카테고리의 다른 글
React Native Study (0) | 2020.02.23 |
---|---|
React study (0) | 2020.02.23 |