From e4bda3ab85f9f7783166ea1c6565db91a8a6eb60 Mon Sep 17 00:00:00 2001 From: Martin Konicek Date: Tue, 27 Oct 2015 23:12:06 +0000 Subject: [PATCH] Update LinuxWindowsSupport.md --- docs/LinuxWindowsSupport.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/LinuxWindowsSupport.md b/docs/LinuxWindowsSupport.md index 14eaecbed..9957e247b 100644 --- a/docs/LinuxWindowsSupport.md +++ b/docs/LinuxWindowsSupport.md @@ -19,7 +19,7 @@ As of **version 0.13** (currently in rc) Android development with React native i The basic Android development workflow should be working. -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. +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 (merged in 0.14.0-rc). ## What's missing on Windows @@ -28,4 +28,4 @@ On Windows the packager won't be started automatically when you run `react-nativ cd MyAwesomeApp node node_modules/react-native/packager/packager.js -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. +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 (merged in 0.14.0-rc).