Timeout when connecting to a remote debugger in Ubuntu

I run reaction-native in the following environments: -

Environment: OS: Linux 4.4 Node: 6.11.1 Yarn: 0.22 npm: 5.5.1 Watchman: 4.5.0 Xcode: N/A Android Studio: Not Found Packages: (wanted => installed) react: 16.0.0 => 16.0.0 react-native: 0.51.0 => 0.51.0 

I get a "Timeout when connecting to a remote debugger in a real Android device" in Chrome when I try to debug js remotely. I am also testing the application on Mac OS x, it works fine with remote js debugging.

+5
source share
1 answer

Hi, these problems are similar to the following https://github.com/facebook/react-native/issues/16674

I solved this problem by humiliating the version that meets the requirements. I am using RN 0.49.3.

+2
source

Source: https://habr.com/ru/post/1274789/


All Articles