newt0
@newt0 (newt0n)

Are you sure you want to delete the question?

If your question is resolved, you may close it.

Leaving a resolved question undeleted may help others!

We hope you find it useful!

react native debuggerが`Waiting for React to connect...`から動かない

環境

  • Macbook Pro 2017, Catalina 10.15.7

  • expo -V>>> 4.0.13

  • watchman -v>>> 4.9.0

質問内容

react native debuggerスタンドアロン版の環境構築についての質問です。

brew update && brew cask install react-native-debuggerを実行してreact native debuggerスタンドアロン版のインストールに成功しました。

まず、ポートを19001に指定して、react native debuggerの新しいウインドウを開き直しました。
次に、ターミナルでexpo startを実行し直してiOSシミュレータを立ち上げ直しました。
そして、iOSシミュレータ上でCommand + DDebug Remote JSを選択しました。

しかし、react native debuggerがWaiting for React to connect...から動きません。

どうすれば良いでしょうか?

自分なりの仮説

expo startするとブラウザ上でdebbuger uiが自動で立ち上がっています。
debbuger uiが先に接続してしまっているからreact native debuggerが接続できないのでしょうか?

0

1Answer

自分も同じように動きませんでしたが、expoのポートとReact Native Debuggerで定義するポートを同じにし、expoとReact Native Debuggerを再起動したら動きました。

0Like

Your answer might help someone💌