mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 17:45:59 +00:00
28748f165b
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
Building React Native for Android
See the docs on the website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.