github에서 git clone을 통해 프로젝트를 다운받은 후 로컬 pc에서 앱을 실행하려고 react-native run-android 명령어를 실행하니 아래와 같은 에러를 마주했습니다.
해결 방법은 간단했는데요, 프로젝트 경로에 아래의 명령어를 입력해주면 됩니다.
chmod 755 android/gradlew
참고
https://right-hot.tistory.com/entry/React-Native-Error-spawn-gradlew-EACCES
'모바일 앱 > React Native' 카테고리의 다른 글
[React Native] Jest / SyntaxError: Cannot use import statement outside a module (0) | 2021.08.18 |
---|---|
[React Native] Text Strings must be rendered within a <Text> component (1) | 2021.08.13 |
[React Native] __DEV__ (0) | 2021.08.12 |
[React Native] React Native Webview 줌(zoom) 비활성화하기 (0) | 2021.07.29 |
[React Native] React Native modal 배경 클릭해서 Modal 닫기 (1) | 2021.07.29 |