Learning/React-Native (2) 썸네일형 리스트형 react-native-cli //글로벌로 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를 분석해서 내가 .. react-native could not initialize class org.codehaus.groovy.runtime.invokerhelper react-native-cli 설치 후 react-native init 으로 생성한 뒤 완전 기본 상태의 app을 실행 npm run android 헉! 에러 발생 아래의 사이트에서 방법을 얻음 gradle-wrapper.properties는 등급 버전 6.3 이상을 사용하십시오. distributionUrl = https : //services.gradle.org/distributions/gradle-6.3-all.zip 나의 app위치/android/gradle/wrapper/gradle-wrapper.properties stackoverflow.com/questions/35000729/android-studio-could-not-initialize-class-org-codehaus-groovy-ru.. 이전 1 다음