처음 배우는 리액트 네이티브 소스 코드입니다.
- 소스 코드 내려받기
git clone git@github.com:Alchemist85K/my-first-react-native.git
또는
git clone https://github.com/Alchemist85K/my-first-react-native.git
- 디렉터리 이동
실습을 진행하는 장에 맞는 디렉터리로 이동하세요.
cd <directory_name>
- 종속성 설치 및 실행
npm install
npm start
책의 내용에 대한 질문과 오탈자 및 버그 제보는 Discussions 탭을 이용해 주시기 바랍니다.