From 52df2a665bf6d64c4b62d5fe1db49ed40d6d2a2b Mon Sep 17 00:00:00 2001 From: Travis CI Date: Wed, 21 Oct 2015 13:46:59 +0000 Subject: [PATCH] update website --- docs/linux-windows-support.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/linux-windows-support.html b/docs/linux-windows-support.html index 3e3c9468122..e6114eb2c87 100644 --- a/docs/linux-windows-support.html +++ b/docs/linux-windows-support.html @@ -1,5 +1,5 @@ -Linux and Windows Support – React Native | A framework for building native apps using React

Linux and Windows Support

As React Native on iOS requires a Mac and most of the engineers at Facebook and contributors use Macs, support for OS X is a top priority. However, we would like to support developers using Linux and Windows too. We believe we'll get the best Linux and Windows support from people using these operating systems on a daily basis.

Therefore, Linux and Windows support for the development environment is an ongoing community responsibility. This can mean filing issues and submitting PRs, and we'll help review and merge them. We are looking forward to your contributions and appreciate your patience.

As of version 0.13 (currently in rc) Android development with React native is mostly possible on Linux and Windows. You'll need to install Node.js 4.0 or newer. On Linux we recommend installing watchman, otherwise you might hit a node file watching bug.

What's missing on Linux #

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.

What's missing on Windows #

On Windows the packager won't be started automatically when you run react-native run-android. You can start it manually using:

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 a pull request.

© 2015 Facebook Inc.

Linux and Windows Support

As React Native on iOS requires a Mac and most of the engineers at Facebook and contributors use Macs, support for OS X is a top priority. However, we would like to support developers using Linux and Windows too. We believe we'll get the best Linux and Windows support from people using these operating systems on a daily basis.

Therefore, Linux and Windows support for the development environment is an ongoing community responsibility. This can mean filing issues and submitting PRs, and we'll help review and merge them. We are looking forward to your contributions and appreciate your patience.

As of version 0.13 (currently in rc) Android development with React native is mostly possible on Linux and Windows. You'll need to install Node.js 4.0 or newer. On Linux we recommend installing watchman, otherwise you might hit a node file watching bug.

What's missing on Linux #

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 for this.

What's missing on Windows #

On Windows the packager won't be started automatically when you run react-native run-android. You can start it manually using:

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 for this.

© 2015 Facebook Inc.