mirror of
https://github.com/status-im/react-native.git
synced 2025-03-01 09:30:33 +00:00
Summary: This three liner addresses the issue described by Rovack here: #9935 Basically, changing the React Native Packager port from 8081 to, say, 8088 does work, *except* if you want to debug your code with ChromeDevTools (i.e. selecting "Debug JS Remotely" from the Android app dev menu). The analysis of Rovack, pointing to a hard-coded port in DevServerHelper.getHostForJSProxy() was *spot on* - many thanks to him. Closes https://github.com/facebook/react-native/pull/12095 Differential Revision: D5044330 Pulled By: mkonicek fbshipit-source-id: c07f59f700683ffba84f03d44f82b394e2e899c1