From 2b7d65fdc9cb4ebe41df2ff184a771a7a031409d Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Thu, 3 Dec 2015 08:27:19 +0800 Subject: [PATCH] remove packager.js way --- docs/LinuxWindowsSupport.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/LinuxWindowsSupport.md b/docs/LinuxWindowsSupport.md index 2f6d59bcdbc..18c4ea9db68 100644 --- a/docs/LinuxWindowsSupport.md +++ b/docs/LinuxWindowsSupport.md @@ -19,12 +19,6 @@ As of **version 0.14** Android development with React native is mostly possible On Windows the packager won't be started automatically when you run `react-native run-android`. You can start it manually using: - #For React Native version < 0.14 - cd MyAwesomeApp - node node_modules/react-native/packager/packager.js - - - #For React Native version >= 0.14 (which had removed packager.js) cd MyAwesomeApp react-native start