Study/React-Native3 React-Native 에러 - referenceerror can't find variable component react native 문제 : 앱이 실행되지 않고 노드에 해당 에러가 발생 해결 방법 : class 정의 시 Component가 제대로 import 된것을 사용했는지 확인하거나 아래처럼 사용했는지 확인 1. Component를 따로 import 하지 않았을 경우 class App extends React.Component 2. Component를 import 했을 경우 class City extends Component 2020. 10. 21. React-Native 에러 - error Android project not found. Are you sure this is a React Native project ~ 문제 : react-native run-android 실행 시 어제까진 실행이 잘 됐었는데 갑자기 안됨 해결 방법 : 아래 경로의 json설정 파일을 삭제하거나 react-native update를 해주면 됨 경로 : android > app > build > intermediates > signing_config > debug > out > signing-config.json 참조 : https://emessell.tistory.com/152 2020. 10. 21. React-Native 에러 - Can't call setState on a component that is not yet mounted. ~ 문제 : 컴포넌트 생명주기를 따르지 않고 해당 클래스(또는 뷰, 화면)에서 생성자 실행 시 함수 호출을 하려고 하면 발생하는 에러 해결 방법 : 생성자 실행 후 화면 로딩 시 실행되는 함수에 해당 함수를 적용한다. 2020. 10. 21. 이전 1 다음