//글로벌로 react-native-cli를 설치
npm install -g react-native-cli
//app이름 이란 react-native 프로젝트 생성
react-naive init app이름
//폴더 이동
cd app이름
//초기 상태에서 app구동
npm run android
//혹은 package.json을 보면 script에
//android 는 react-native run-android임
//그래서 바로 아래처럼 써도 됨
react-native run-android
오~ 성공~
내일은 react 강좌랑 react-native 강좌에서 props와 state에 대해 다 보고
정리를 해보자 12월 2주차는 퇴근 후 react 기본 문법정리 하고
3주차에 bpmn-js를 분석해서 내가 필요한 부분을 구현하는 것으로 진행을 하자
할일이 많구나
'Learning > React-Native' 카테고리의 다른 글
react-native could not initialize class org.codehaus.groovy.runtime.invokerhelper (0) | 2020.12.06 |
---|