Add git clone step to READMEs
This commit is contained in:
parent
7cfd38a093
commit
7a98aeae18
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue