Spencer Elliott
c1faabcdf6
Replace applescript with https://github.com/sindresorhus/opn
...
Summary: This allows opening the Chrome debugger on OS X, Linux, and Windows, and succeeds the previous PR which used [browser-launcher2](https://github.com/benderjs/browser-launcher2 ) and included a `--dangerouslyDisableChromeDebuggerWebSecurity` option: https://github.com/facebook/react-native/pull/2406
[opn](https://github.com/sindresorhus/opn ) is cross-platform and much simpler than browser-launcher2 (since we don't have to manage the opened Chrome instance; the OS will just use the default instance).
Closes https://github.com/facebook/react-native/pull/3394
Reviewed By: mkonicek
Differential Revision: D2550996
Pulled By: frantic
fb-gh-sync-id: fa4cbe55542562f30f77e0a6ab4bc53980ee13aa
2015-10-23 11:32:35 -07:00
Martín Bigio
12a68a8183
Move oss server to cli
...
Summary: @public We're moving all the operation from `local-cli` to the `private-cli` and improving the code in the process. On this diff we introduce the `server` command which will be use to start the packager server. On follow up diffs we'll make changes to start using it from `local-cli`.
Reviewed By: @vjeux
Differential Revision: D2531443
fb-gh-sync-id: 5f7f12a250895265d83d1b076f6bbddb5cbdc257
2015-10-13 06:44:12 -07:00
Christopher Chedeau
f2bd983029
Remove useless warning
...
Reviewed By: @frantic
Differential Revision: D2515006
fb-gh-sync-id: f411a4c2ccf73bb12bcd1caa7d0272a9de06509a
2015-10-07 11:07:29 -07:00
Martín Bigio
9a22b1e78b
Introduce internal server
command
...
Reviewed By: @frantic
Differential Revision: D2449459
2015-10-05 09:21:34 -07:00
Jared Forsyth
9e4af68d91
[react-native] enable react devtools from JavascriptCore
2015-07-23 17:14:09 -08:00
Alex Kotliarskyi
a1a15bda06
[ReactNative] Fix reloading in debug mode sometimes crashes packager
2015-04-24 15:07:57 -08:00
Christopher Chedeau
f67a36733f
[ReactNative] Expanded license on js packager files
2015-03-23 11:28:51 -08:00
Alex Kotliarskyi
8dea55618d
[ReactNative] Bring Chrome debugger to OSS. Part 2
2015-03-19 11:48:51 -08:00