From 11cbbbaa85b07ba396f253732b9f0c15cdf68e1c Mon Sep 17 00:00:00 2001 From: Artur Girenko Date: Wed, 16 Dec 2015 07:51:55 +0100 Subject: [PATCH] add the running on linux chapter to readme with feedback provided in #3 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8d9e39e..56bb065 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,13 @@ Try this command as an example: ```clojure (dispatch [:set-greeting "Hello Native World!"]) ``` +## Running on Linux +In addition to the instructions above on Linux you might need to +start React Native packager manually with command `react-native start`. +This was reported in #3 + +See also [Linux and Windows support](https://facebook.github.io/react-native/docs/linux-windows-support.html) +in React Native docs. ## "Prod" build Do this with command: