ㅜㅜ 프로젝트 도중에 동일한 에러(react-transform-hmr) 다시 발생했는데 이번엔 저 방법으로 해결이 안 되네요. yarn.lock 파일 삭제하고 package.json 파일에서 “react-native”: “0.57” 로 버전 다운그레이드해서 해결 했습니다!
+ 프로젝트 만들 때 특정 버전으로 설치하는 법 : react-native init --version="0.36.0" MyNewApp
It seems this is not documented (at least when trying to get the options in the terminal).