Requirements
nodejs
npm
Expo
VSC
What is React Native?
React Native는 웹앱이 아니다.
Javascript로 작성되지만 컴파일 하게 되면 IOS 또는 Android를 위한 Native code로 변환된다.
What is Expo?
Expo는 react native code를 android studio나 xcode를 사용하지 않고 app을 빌드할 수 있게 도와주는 tool
app test할 수 있는 기능 지원
'React' 카테고리의 다른 글
React study (0) | 2020.02.23 |
---|---|
"Hello World" with Expo&React native (0) | 2020.02.18 |