Merge pull request #4165 from chriskwan/examples-readmes
Add git clone step to READMEs for Examples
This commit is contained in:
commit
8f0615080b
|
@ -6,6 +6,7 @@ The Movies app is a demonstration of basic concepts, such as fetching data, rend
|
||||||
|
|
||||||
Before running the app, make sure you ran:
|
Before running the app, make sure you ran:
|
||||||
|
|
||||||
|
git clone https://github.com/facebook/react-native.git
|
||||||
cd react-native
|
cd react-native
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,7 @@ The UIExplorer is a sample app that showcases React Native views and modules.
|
||||||
|
|
||||||
Before running the app, make sure you ran:
|
Before running the app, make sure you ran:
|
||||||
|
|
||||||
|
git clone https://github.com/facebook/react-native.git
|
||||||
cd react-native
|
cd react-native
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue