Merge pull request #4165 from chriskwan/examples-readmes

Add git clone step to READMEs for Examples
This commit is contained in:
Martin Konicek 2015-11-17 16:31:46 +00:00
commit 8f0615080b
2 changed files with 2 additions and 0 deletions

View File

@ -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:
git clone https://github.com/facebook/react-native.git
cd react-native
npm install

View File

@ -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:
git clone https://github.com/facebook/react-native.git
cd react-native
npm install