앱개발독학 (1) 썸네일형 리스트형 [리액트네이티브 ReactNative] react could not be found within the project 해결 안녕하세요. 디자인도 하고, 개발도 하는 '디발자 뚝딱'입니다. 이번 포스팅에서는 리액트네이티브 개발 시 안드로이드 앱 세팅 중 만날 수 있는 react could not be found within the project 에러 해결 방법에 대해 알아보겠습니다. In this post, you can meet while setting up the Android app. Let's see how to solve the erorr [react could not be found within the project]. 제가 찾은 해당 에러의 해결 방법은 2개입니다. 첫번째 해결 방법 터미널에 명령어를 입력해서 해결하는 방법이에요. $ cd android $ sudo ./gradlew clean 명령어를 실행한 후,..