React-Native Module HMRClient is not a registered callable module (calling enable)

后端 未结 7 1177
感情败类
感情败类 2020-12-30 02:56

I have set my IP and made sure it\'s right but when I executereact-native run-android

7条回答
  •  暖寄归人
    2020-12-30 03:17

    you need to stop npm server. then hit following command in terminal.

    adb kill-server
    adb start-server
    

    than start npm server

提交回复
热议问题