내가 효과가 있던 방법.
KalebPortillo commented on 24 Aug 2019
I was stuck in the same issue, but I coudn`t jsut start a new react-native project and migrate all files.
Was the only thing that worked for me, the only issue is that if you reinstall de node_modules you will need to replace the line again. Because that I added this script to my package.json:
The above script takes care of the replacing for after each new npm install |
MetroHMRClient 주소를 위처럼 변경 해주거나
원본인 require('metro/src/lib/bundle-modules/HMRClient'); 으로 바꿔보기
반응형
'React Native' 카테고리의 다른 글
Invariant Violation: requireNativeComponent: “RNSScreen” was not found in the UIManager (2) | 2021.06.29 |
---|---|
rn 시뮬레이터를 지정해서 실행하기 (0) | 2021.06.22 |
event2/event-config.h file not found (0) | 2021.03.23 |
No bundle URL present ~~ a.jsbundle file in your application bundle." (0) | 2021.02.15 |
도대체 ... 이 점 세개 연산자는 무슨의미인가 (0) | 2019.09.03 |