react-native/Libraries/Core
Jhen bf2b435322 Make react-devtools server port can be changed
Summary:
This PR make [server port of react-devtools](https://github.com/facebook/react-devtools/blob/master/shells/electron/index.html#L71) can be changed, currently we can set the port yourself and open it, so I think it would be better if it could also be set here.

Another reason is I can debug two RN app (`react-native start --port 8082`), but I cannot let them use react-devtools together, it would be better if I set
different `__REACT_DEVTOOLS_PORT__` in `index.ios.js` and `index.android.js`.
Closes https://github.com/facebook/react-native/pull/10522

Differential Revision: D4144011

Pulled By: hramos

fbshipit-source-id: de67931f377092871a0fe92e7d9a18799625217e
2016-11-07 18:43:41 -08:00
..
Devtools Make react-devtools server port can be changed 2016-11-07 18:43:41 -08:00
Timers Reorganize core JS files 2016-10-11 10:14:28 -07:00
__mocks__ Reorganize core JS files 2016-10-11 10:14:28 -07:00
ErrorUtils.js Reorganize core JS files 2016-10-11 10:14:28 -07:00
ExceptionsManager.js Reorganize core JS files 2016-10-11 10:14:28 -07:00
InitializeCore.js Add Network agent 2016-11-02 12:29:15 -07:00