From 59563ff203ffc80892aa4d5eef8c8ce6fe14c330 Mon Sep 17 00:00:00 2001 From: Martin Konicek Date: Wed, 21 Oct 2015 14:06:53 +0100 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 4c0ca0ffc..ddea9ab03 100644 --- a/docs/LinuxWindowsSupport.md +++ b/docs/LinuxWindowsSupport.md @@ -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. -Opening the Chrome debugger when you select Menu -> Debug JS is not supported yet. +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). ## 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 node node_modules/react-native/packager/packager.js -Opening the Chrome debugger when you select Menu -> Debug JS is not supported yet. \ No newline at end of file +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).