add the running on linux chapter to readme with feedback provided in #3
This commit is contained in:
parent
a03ff1a4b2
commit
11cbbbaa85
|
@ -163,6 +163,13 @@ Try this command as an example:
|
||||||
```clojure
|
```clojure
|
||||||
(dispatch [:set-greeting "Hello Native World!"])
|
(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
|
## "Prod" build
|
||||||
Do this with command:
|
Do this with command:
|
||||||
|
|
Loading…
Reference in New Issue