add the running on linux chapter to readme with feedback provided in #3

This commit is contained in:
Artur Girenko 2015-12-16 07:51:55 +01:00
parent a03ff1a4b2
commit 11cbbbaa85
1 changed files with 7 additions and 0 deletions

View File

@ -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: