Unable to resolve module `./../../react-transform-hmr/lib/index.js`
React & React Native 2018. 10. 10. 11:06실습시 해당에러가 발생하면서 로딩이 진행되지 않는 현상이 발생하였다.
구글링해서 확인을 해보니 react-native 0.57.2 버전에서 위와같은 문제가 나타나는듯 하다.
react-native start --reset-cache
명령프롬프트에 명령어를 실행하고 , react-native run-ios 실행한다.
https://github.com/facebook/react-native/issues/21530
https://github.com/facebook/react-native/issues/21490
'React & React Native ' 카테고리의 다른 글
리액트네이티브 디바이스 정보 출력 react-native-device-info (0) | 2018.10.11 |
---|---|
RCTCameraRoll 라이브러리 연결하기 (Xcode) (0) | 2018.10.11 |
리액트 네이티브 안드로이드 개발환경 설정 (0) | 2018.10.06 |
Unable to resolve module `@babel/runtime/helpers/interopRequireDefault` (0) | 2018.10.06 |
ES6 - 화살표 함수 (0) | 2018.10.02 |