Update LinuxWindowsSupport.md
This commit is contained in:
parent
59563ff203
commit
586b1ee5df
|
@ -17,7 +17,7 @@ As of **version 0.13** (currently in rc) Android development with React native i
|
||||||
|
|
||||||
The basic Android development workflow should be working.
|
The basic Android development workflow should be working.
|
||||||
|
|
||||||
Opening the Chrome debugger when you select Menu -> Debug JS is not supported yet. There is a [pull request](https://github.com/facebook/react-native/pull/3394).
|
Opening the Chrome debugger when you select Menu -> Debug JS is not supported yet. There is the [PR #3394](https://github.com/facebook/react-native/pull/3394) for this.
|
||||||
|
|
||||||
## What's missing on Windows
|
## What's missing on Windows
|
||||||
|
|
||||||
|
@ -26,4 +26,4 @@ On Windows the packager won't be started automatically when you run `react-nativ
|
||||||
cd MyAwesomeApp
|
cd MyAwesomeApp
|
||||||
node node_modules/react-native/packager/packager.js
|
node node_modules/react-native/packager/packager.js
|
||||||
|
|
||||||
Opening the Chrome debugger when you select Menu -> Debug JS is not supported yet. There is a [pull request](https://github.com/facebook/react-native/pull/3394).
|
Opening the Chrome debugger when you select Menu -> Debug JS is not supported yet. There is the [PR #3394](https://github.com/facebook/react-native/pull/3394) for this.
|
||||||
|
|
Loading…
Reference in New Issue