반응형
이 내용은 React Native 0.63 Docs 를 참고로 해석해서 만들어진 글입니다.
Setting up the development environment
이 페이지는 React Native app을 처음으로 설치하고 빌드하기 위해 만들어졌습니다.
If you are new to mobile development
새로운 모바일 환경을 개발할 때
the easiest way to get started is with Expo CLI. Expo is a set of tools built around React Native and, while it has many features, the most relevant feature for us right now is that it can get you writing a React Native app within minutes. You will only need a recent version of Node.js and a phone or emulator. If you'd like to try out React Native directly in your web browser before installing any tools, you can try outSnack.
If you are already familiar with mobile development
이미 익숙한 모바일 개발 환경이 있을 때
위와 같이 두 가지 경우로 나뉘는데, 사실 처음 개발하는 입장에서는 첫 번째가 나을 수도 있지만 본인이 마음대로 하면 된다... 사실 ㅎㅎ
반응형
'React-Native' 카테고리의 다른 글
React Native State와 Props (1) | 2021.01.04 |
---|---|
Tried to register two views with the same name RNCSafeAreaProvider (6) | 2021.01.02 |